Class CmsSetupComponent

java.lang.Object
org.opencms.setup.CmsSetupComponent

public class CmsSetupComponent extends Object
Module group data.

Since:
7.0.4
  • Constructor Details

  • Method Details

    • getDependencies

      Returns the dependencies.

      Returns:
      the dependencies
    • getDescription

      Returns the description.

      Returns:
      the description
    • getId

      public String getId()
      Returns the id.

      Returns:
      the id
    • getModulesRegex

      Returns the modules regular expression.

      Returns:
      the modules regular expression
    • getName

      public String getName()
      Returns the name.

      Returns:
      the name
    • getPosition

      public int getPosition()
      Returns the position.

      Returns:
      the position
    • isChecked

      public boolean isChecked()
      Checks if checked by default.

      Returns:
      if checked by default
    • match

      public boolean match(String module)
      Matches the module regular expression against the given module name.
      Parameters:
      module - the module name to match
      Returns:
      true if it matches
    • setChecked

      public void setChecked(boolean checked)
      Sets if checked by default.

      Parameters:
      checked - the checked flag to set
    • setDependencies

      public void setDependencies(List<String> dependencies)
      Sets the dependencies.

      Parameters:
      dependencies - the dependencies to set
    • setDescription

      public void setDescription(String description)
      Sets the description.

      Parameters:
      description - the description to set
    • setId

      public void setId(String id)
      Sets the id.

      Parameters:
      id - the id to set
    • setModulesRegex

      public void setModulesRegex(String regex)
      Sets the modules regular expression.

      Parameters:
      regex - the regular expression to set
    • setName

      public void setName(String name)
      Sets the name.

      Parameters:
      name - the name to set
    • setPosition

      public void setPosition(int position)
      Sets the position.

      Parameters:
      position - the position to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: