Package liquibase.command.core.init
Enum InitProjectPromptingEnum
- All Implemented Interfaces:
Serializable
,Comparable<InitProjectPromptingEnum>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionfinal Object
The default value of the parameter if the parameter has not been customized.final String
Description of the parameter to be used in the UI output.final AbstractCommandLineValueGetter<?>
The implementation of the value getter that will be used to prompt the user to input a value.final String
final String
Parameter message to be used in the UI output. -
Method Summary
Modifier and TypeMethodDescriptionstatic InitProjectPromptingEnum
Returns the enum constant of this type with the specified name.static InitProjectPromptingEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PROJECT_DIR
-
DEFAULTS_FILENAME
-
JDBC_URL
-
USERNAME
-
PASSWORD
-
FILETYPE
-
SAMPLE_CHANGELOG_NAME
-
-
Field Details
-
description
Description of the parameter to be used in the UI output. -
uiMessage
Parameter message to be used in the UI output. -
defaultValue
The default value of the parameter if the parameter has not been customized. -
interactiveCommandLineValueGetter
The implementation of the value getter that will be used to prompt the user to input a value. -
options
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-