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

Packages that use RegistryDefinitionPostProcessor
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 RegistryDefinitionPostProcessor in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition with parameters of type RegistryDefinitionPostProcessor
 void RegistryDefinition.addPostProcessor(RegistryDefinitionPostProcessor postProcessor)
          Adds a RegistryDefinitionPostProcessor.
 

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

Methods in org.apache.hivemind.definition.impl with parameters of type RegistryDefinitionPostProcessor
 void RegistryDefinitionImpl.addPostProcessor(RegistryDefinitionPostProcessor postProcessor)
           
 



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