Enum Class Profile.ExecutionContext

java.lang.Object
java.lang.Enum<Profile.ExecutionContext>
org.forgerock.opendj.setup.model.Profile.ExecutionContext
All Implemented Interfaces:
Serializable, Comparable<Profile.ExecutionContext>, java.lang.constant.Constable
Enclosing class:
Profile

public static enum Profile.ExecutionContext extends Enum<Profile.ExecutionContext>
Represents when a profile runs.
  • Enum Constant Details

    • DURING_SETUP

      public static final Profile.ExecutionContext DURING_SETUP
      Profile is configured during server setup.
    • POST_SETUP

      public static final Profile.ExecutionContext POST_SETUP
      Profile is configured on an offline server already setup.
  • Method Details

    • values

      public static Profile.ExecutionContext[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Profile.ExecutionContext valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null