Enum Class BuildPhase

java.lang.Object
java.lang.Enum<BuildPhase>
ru.cg.webbpm.studio.build.api.BuildPhase
All Implemented Interfaces:
Serializable, Comparable<BuildPhase>, Constable

public enum BuildPhase extends Enum<BuildPhase>
Author:
Abdulin Ildar
  • Enum Constant Details

    • CLEAN

      public static final BuildPhase CLEAN
    • INIT

      public static final BuildPhase INIT
    • COMPILE

      public static final BuildPhase COMPILE
    • PRE_VALIDATE

      public static final BuildPhase PRE_VALIDATE
    • VALIDATE_AND_GENERATE

      public static final BuildPhase VALIDATE_AND_GENERATE
    • BUILD

      public static final BuildPhase BUILD
  • Method Details

    • values

      public static BuildPhase[] 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 BuildPhase 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