Uses of Class
liquibase.command.CommonArgumentNames
-
Packages that use CommonArgumentNames Package Description liquibase.command -
-
Uses of CommonArgumentNames in liquibase.command
Methods in liquibase.command that return CommonArgumentNames Modifier and Type Method Description static CommonArgumentNamesCommonArgumentNames. valueOf(String name)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.Methods in liquibase.command with parameters of type CommonArgumentNames Modifier and Type Method Description <DataType> CommandArgumentDefinition.Building<DataType>CommandBuilder. argument(CommonArgumentNames argument, Class<DataType> type)Starts the building of a newCommandArgumentDefinition.
-