public interface KeyBasedModuleDefinition extends ModuleDefinition
ModuleDefinition
instances that also want to be retrievable from registry by an arbitrary key.
Should return the key to use in method getRegistrationKey()
.
Retrieve key based modules by ModuleRegistry.getModuleDefinitionByKey(Class, String)
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRegistrationKey()
Returns an arbitrary string key by which the definition should be registrered
|
getDescription, getImplementationClass, getModuleType, getOptionDefinitions, getProperties, getTitle, testDependencies