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 TypeMethodDescriptionbooleanGets a mapping ofStartupModuleinstances by their associated name.inthashCode()voidsetModulesByName(Map<String, StartupModule> modulesByName) Sets a mapping ofStartupModuleinstances by their associated name.
-
Constructor Details
-
StartupManifest
public StartupManifest()
-
-
Method Details
-
getModulesByName
Gets a mapping ofStartupModuleinstances by their associated name.- Returns:
- the mapping of
StartupModuleby name
-
setModulesByName
Sets a mapping ofStartupModuleinstances by their associated name.- Parameters:
modulesByName- the mapping ofStartupModuleby name
-
equals
-
hashCode
public int hashCode()
-