Package liquibase.command
Class CommandArgument
- java.lang.Object
-
- liquibase.command.CommandArgument
-
- All Implemented Interfaces:
Comparable
public class CommandArgument extends Object implements Comparable
Deprecated.Used by the oldLiquibaseCommandstyle of command setup.
-
-
Constructor Summary
Constructors Constructor Description CommandArgument()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(Object o)Deprecated.booleanequals(Object o)Deprecated.ClassgetDataType()Deprecated.StringgetDescription()Deprecated.StringgetName()Deprecated.inthashCode()Deprecated.booleanisRequired()Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
getDescription
public String getDescription()
Deprecated.
-
getDataType
public Class getDataType()
Deprecated.
-
isRequired
public boolean isRequired()
Deprecated.
-
compareTo
public int compareTo(Object o)
Deprecated.- Specified by:
compareToin interfaceComparable
-
-