Uses of Interface
org.apache.hivemind.definition.ConfigurationParserConstructor

Packages that use ConfigurationParserConstructor
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
 

Uses of ConfigurationParserConstructor in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that return ConfigurationParserConstructor
 ConfigurationParserConstructor ConfigurationParserDefinition.getParserConstructor()
           
 

Uses of ConfigurationParserConstructor in org.apache.hivemind.definition.impl
 

Methods in org.apache.hivemind.definition.impl that return ConfigurationParserConstructor
 ConfigurationParserConstructor ConfigurationParserDefinitionImpl.getParserConstructor()
           
 

Constructors in org.apache.hivemind.definition.impl with parameters of type ConfigurationParserConstructor
ConfigurationParserDefinitionImpl(ModuleDefinition module, Location location, java.lang.String inputFormat, ConfigurationParserConstructor parserConstructor)
           
 



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