public interface ModuleDescriptorProvider
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.
Modifier and Type | Method and Description |
---|---|
java.util.List |
getModuleDescriptors(ErrorHandler handler)
Returns a List of
module descriptors . |
java.util.List getModuleDescriptors(ErrorHandler handler)
module descriptors
. Any
referenced submodules must also be included in this List.