Uses of Interface
org.apache.hivemind.internal.RegistryInfrastructure

Packages that use RegistryInfrastructure
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
 

Uses of RegistryInfrastructure in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement RegistryInfrastructure
 class RegistryInfrastructureImpl
          Implementation of RegistryInfrastructure.
 

Methods in org.apache.hivemind.impl that return RegistryInfrastructure
 RegistryInfrastructure RegistryInfrastructureConstructor.constructRegistryInfrastructure(java.util.Locale locale)
          Constructs the registry infrastructure, based on data collected during the prior calls to RegistryInfrastructureConstructor.addModuleDescriptor(ModuleDescriptor).
 

Methods in org.apache.hivemind.impl with parameters of type RegistryInfrastructure
 void ModuleImpl.setRegistry(RegistryInfrastructure registry)
           
 

Constructors in org.apache.hivemind.impl with parameters of type RegistryInfrastructure
RegistryImpl(RegistryInfrastructure infrastructure)
           
TranslatorManager(RegistryInfrastructure registry, ErrorHandler errorHandler)