| Package | Description |
|---|---|
| org.apache.hivemind.ant |
Ant tasks to support HiveMind.
|
| org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
| org.apache.hivemind.servlet |
Classes to support use of HiveMind within servlet applications.
|
| org.apache.hivemind.test |
Base classes and utilities to support unit tests involving HiveMind.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrySerializer.addModuleDescriptorProvider(ModuleDescriptorProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlModuleDescriptorProvider
Implementation of the
ModuleDescriptorProvider interface which uses the
DescriptorParser to provide module descriptors defined in XML. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryBuilder.addModuleDescriptorProvider(ModuleDescriptorProvider provider)
Adds a
ModuleDescriptorProvider as a source for
module descriptors to this RegistryBuilder. |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleDescriptorProvider |
HiveMindFilter.getModuleDescriptorProvider(ClassResolver resolver)
Returns the
ModuleDescriptorProvider to be used to construct the Registry. |
| Modifier and Type | Method and Description |
|---|---|
protected Registry |
HiveMindTestCase.buildFrameworkRegistry(ModuleDescriptorProvider customProvider)
Builds a registry, containing only the modules delivered by the specified
ModuleDescriptorProvider, plus the master module descriptor
(i.e., those visible on the classpath). |