|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ModuleDescriptorProviders are used by the RegistryBuilder
(see
RegistryBuilder.addModuleDescriptorProvider(ModuleDescriptorProvider)
) to load the
ModuleDescriptor
objects describing the Modules which will be
exposed by the Registry.
HiveMind's default ModuleDescriptorProvider is the XmlModuleDescriptorProvider
, which
can load module descriptors from XML files or resources on the classpath.
Method Summary | |
java.util.List |
getModuleDescriptors(ErrorHandler handler)
Returns a List of module descriptors . |
Method Detail |
public java.util.List getModuleDescriptors(ErrorHandler handler)
module descriptors
. Any
referenced submodules must also be included in this List.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |