Enum InitProjectPromptingEnum

java.lang.Object
java.lang.Enum<InitProjectPromptingEnum>
liquibase.command.core.init.InitProjectPromptingEnum
All Implemented Interfaces:
Serializable, Comparable<InitProjectPromptingEnum>

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

  • Field Details

    • description

      public final String description
      Description of the parameter to be used in the UI output.
    • uiMessage

      public final String uiMessage
      Parameter message to be used in the UI output.
    • defaultValue

      public final Object defaultValue
      The default value of the parameter if the parameter has not been customized.
    • interactiveCommandLineValueGetter

      public final AbstractCommandLineValueGetter<?> interactiveCommandLineValueGetter
      The implementation of the value getter that will be used to prompt the user to input a value.
    • options

      public final String options
  • Method Details

    • values

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