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

public enum Util extends Enum<Util>
  • Method Details

    • values

      public static Util[] 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 Util 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
    • migrationsHome

      public static String migrationsHome()
    • getPropertyOptionAsBoolean

      public static boolean getPropertyOptionAsBoolean(String key)
    • getPropertyOption

      public static String getPropertyOption(String key)
      Parameters:
      key - of the property.
      Returns:
      The value null if the property file does not exist or the key does not exist.
    • isOption

      public static boolean isOption(String arg)
    • file

      public static File file(File path, String fileName)
    • horizontalLine

      public static String horizontalLine(String caption, int length)