|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind
Interface ModuleDescriptorProvider

- public interface ModuleDescriptorProvider
ModuleDescriptorProviders are used by the org.apache.hivemind.impl.RegistryBuilder (see
RegistryBuilder.addModuleDescriptorProvider(ModuleDescriptorProvider)>RegistryBuilder.addModuleDescriptorProvider(ModuleDescriptorProvider) 55 )
to load the org.apache.hivemind.parse.ModuleDescriptor objects describing the Modules
which will be exposed by the Registry.
HiveMind's default ModuleDescriptorProvider is the org.apache.hivemind.impl.XmlModuleDescriptorProvider, which can load module descriptors from XML files or resources on the classpath.
- Since:
- 1.1
| Method Summary | |
java.util.List |
getModuleDescriptors(ErrorHandler handler)
Returns a List of module descriptors. |
| Method Detail |
getModuleDescriptors
public java.util.List getModuleDescriptors(ErrorHandler handler)
- Returns a List of module descriptors. Any
referenced submodules must also be included in this List.
|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC