Enum Options

java.lang.Object
java.lang.Enum<Options>
org.apache.ibatis.migration.options.Options
All Implemented Interfaces:
Serializable, Comparable<Options>

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

    • PATH

      public static final Options PATH
    • ENVPATH

      public static final Options ENVPATH
    • SCRIPTPATH

      public static final Options SCRIPTPATH
    • DRIVERPATH

      public static final Options DRIVERPATH
    • HOOKPATH

      public static final Options HOOKPATH
    • ENV

      public static final Options ENV
    • FORCE

      public static final Options FORCE
    • TRACE

      public static final Options TRACE
    • HELP

      public static final Options HELP
    • TEMPLATE

      public static final Options TEMPLATE
    • IDPATTERN

      public static final Options IDPATTERN
    • QUIET

      public static final Options QUIET
    • COLOR

      public static final Options COLOR
  • Method Details

    • values

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

      public static Options valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null