Class StartupModule

java.lang.Object
dev.getelements.elements.rt.manifest.startup.StartupModule

public class StartupModule extends Object
  • Constructor Details

    • StartupModule

      public StartupModule()
  • Method Details

    • getModule

      public String 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

      public void setModule(String module)
      Sets the name of the module.
      Parameters:
      module - the name of the module
    • getOperationsByName

      public Map<String,StartupOperation> getOperationsByName()
      Gets a mapping of operations by name.
      Returns:
      a map of operations by name.
    • setOperationsByName

      public void setOperationsByName(Map<String,StartupOperation> operationsByName)
      Sets the map of operations by name.
      Parameters:
      operationsByName - the map of operations by name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object