Class StartupManifest
java.lang.Object
dev.getelements.elements.rt.manifest.startup.StartupManifest
Contains a listing of all
StartupOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets a mapping ofStartupModule
instances by their associated name.int
hashCode()
void
setModulesByName
(Map<String, StartupModule> modulesByName) Sets a mapping ofStartupModule
instances by their associated name.
-
Constructor Details
-
StartupManifest
public StartupManifest()
-
-
Method Details
-
getModulesByName
Gets a mapping ofStartupModule
instances by their associated name.- Returns:
- the mapping of
StartupModule
by name
-
setModulesByName
Sets a mapping ofStartupModule
instances by their associated name.- Parameters:
modulesByName
- the mapping ofStartupModule
by name
-
equals
-
hashCode
public int hashCode()
-