Class AbstractArgumentCommandStep

java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.AbstractArgumentCommandStep
All Implemented Interfaces:
CommandStep

public abstract class AbstractArgumentCommandStep extends AbstractCommandStep
  • Constructor Details

    • AbstractArgumentCommandStep

      public AbstractArgumentCommandStep()
  • Method Details

    • providedDependencies

      public abstract List<Class<?>> providedDependencies()
      Description copied from interface: CommandStep
      Returns a list of all the dependency Classes that this step provides
      Specified by:
      providedDependencies in interface CommandStep
      Overrides:
      providedDependencies in class AbstractCommandStep
      Returns:
      list with the provided classes types
    • isInternal

      public boolean isInternal()
      Description copied from interface: CommandStep
      Informational method to determine if this step is internal to Liquibase and should not be disclosed to end users
      Returns:
      true if this step is internal to Liquibase and should not be shown in the help output