org.apache.hivemind.definition
Interface ConfigurationParserConstructor


public interface ConfigurationParserConstructor

Factory for the creation of a ConfigurationParser.

Author:
Huegen

Method Summary
 ConfigurationParser constructParser(ConstructionContext context)
          Constructs a parser instance.
 

Method Detail

constructParser

ConfigurationParser constructParser(ConstructionContext context)
Constructs a parser instance.

Parameters:
context - provides access to elements of the registry which are needed for the construction.
Returns:
the parser


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.