Class CommandArgument

java.lang.Object
liquibase.command.CommandArgument
All Implemented Interfaces:
Comparable

public class CommandArgument extends Object implements Comparable
Deprecated.
Used by the old LiquibaseCommand style of command setup.
  • Constructor Details

    • CommandArgument

      public CommandArgument()
      Deprecated.
  • Method Details

    • 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 interface Comparable
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object