Uses of Interface
org.apache.hivemind.impl.RegistryAssembly

Packages that use RegistryAssembly
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
 

Uses of RegistryAssembly in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement RegistryAssembly
 class RegistryAssemblyImpl
          Implementation of RegistryAssembly.
 

Uses of RegistryAssembly in org.apache.hivemind.parse
 

Constructors in org.apache.hivemind.parse with parameters of type RegistryAssembly
DescriptorParser(ErrorHandler errorHandler, RegistryAssembly assembly)