Class StartupModule
java.lang.Object
dev.getelements.elements.rt.manifest.startup.StartupModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the name fo the module.Gets a mapping of operations by name.inthashCode()voidSets the name of the module.voidsetOperationsByName(Map<String, StartupOperation> operationsByName) Sets the map of operations by name.
-
Constructor Details
-
StartupModule
public StartupModule()
-
-
Method Details
-
getModule
Gets the name fo the module. This typically names the language-specific type or class name which is used to load the underlying logic.- Returns:
- the name of the module
-
setModule
Sets the name of the module.- Parameters:
module- the name of the module
-
getOperationsByName
Gets a mapping of operations by name.- Returns:
- a map of operations by name.
-
setOperationsByName
Sets the map of operations by name.- Parameters:
operationsByName- the map of operations by name
-
equals
-
hashCode
public int hashCode()
-