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 oldLiquibaseCommand
style 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 int
compareTo(Object o)
Deprecated.boolean
equals(Object o)
Deprecated.Class
getDataType()
Deprecated.String
getDescription()
Deprecated.String
getName()
Deprecated.int
hashCode()
Deprecated.boolean
isRequired()
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:
compareTo
in interfaceComparable
-
-