Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryInfrastructureConstructor.addModuleDescriptor(ModuleDescriptor md) |
Modifier and Type | Method and Description |
---|---|
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 . |