Enum Class CliOption

java.lang.Object
java.lang.Enum<CliOption>
sp.sd.flywayrunner.builder.CliOption
All Implemented Interfaces:
Serializable, Comparable<CliOption>, Constable

public enum CliOption extends Enum<CliOption>
  • Enum Constant Details

    • USERNAME

      public static final CliOption USERNAME
    • PASSWORD

      public static final CliOption PASSWORD
    • URL

      public static final CliOption URL
    • LOCATIONS

      public static final CliOption LOCATIONS
    • LOG_LEVEL

      public static final CliOption LOG_LEVEL
  • Method Details

    • values

      public static CliOption[] 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 CliOption 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
    • getCliOption

      public String getCliOption()