Uses of Enum
liquibase.command.CommonArgumentNames
-
Uses of CommonArgumentNames in liquibase.command
Modifier and TypeMethodDescriptionstatic CommonArgumentNames
Returns the enum constant of this type with the specified name.static CommonArgumentNames[]
CommonArgumentNames.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription<DataType> CommandArgumentDefinition.Building<DataType>
CommandBuilder.argument
(CommonArgumentNames argument, Class<DataType> type) Starts the building of a newCommandArgumentDefinition
.