Uses of Class
org.apache.hivemind.parse.ModuleDescriptor

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

Methods in org.apache.hivemind.impl that return ModuleDescriptor
 ModuleDescriptor RegistryAssemblyImpl.parseNextQueued(DescriptorParser parser)
          Parses the next enqueued module descripotor and returns it.
 

Methods in org.apache.hivemind.impl with parameters of type ModuleDescriptor
 void RegistryBuilder.processModule(ModuleDescriptor md)
          Processes a parsed HiveMind module descriptor.
 

Uses of ModuleDescriptor in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse that return ModuleDescriptor
 ModuleDescriptor DescriptorParser.parse(Resource resource, ClassResolver resolver)
          Enters a new state, pushing an object onto the stack.