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 with parameters of type ModuleDescriptor
 void RegistryInfrastructureConstructor.addModuleDescriptor(ModuleDescriptor md)
           
 

Uses of ModuleDescriptor in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse that return ModuleDescriptor
 ModuleDescriptor DescriptorParser.getModuleDescriptor()
           
protected  ModuleDescriptor XmlResourceProcessor.parseResource(Resource resource, javax.xml.parsers.SAXParser parser, DescriptorParser contentHandler)
          Returns the ModuleDescriptor obtained by parsing the specified Resource using the given SAXParser and DescriptorParser.
 ModuleDescriptor XmlResourceProcessor.processResource(Resource resource)
          Initializes the parser, processes the Resource, resets the parser, and finally returns the parsed ModuleDescriptor.