Class AbstractHelperCommandStep

java.lang.Object
liquibase.command.AbstractCommandStep
liquibase.command.core.helpers.AbstractHelperCommandStep
All Implemented Interfaces:
CommandStep
Direct Known Subclasses:
AbstractDatabaseConnectionCommandStep, AbstractOutputWriterCommandStep, ChangeExecListenerCommandStep, DatabaseChangelogCommandStep, DbUrlConnectionArgumentsCommandStep, DiffArgumentsCommandStep, DiffOutputControlCommandStep, InitCopyCommandStep, LockServiceCommandStep, PreCompareCommandStep

public abstract class AbstractHelperCommandStep extends AbstractCommandStep
Class to hold all methods that are common to helper classes
  • Constructor Details

    • AbstractHelperCommandStep

      public AbstractHelperCommandStep()
  • Method Details

    • adjustCommandDefinition

      public void adjustCommandDefinition(CommandDefinition commandDefinition)
      Description copied from class: AbstractCommandStep
      Default implementation makes no changes
      Specified by:
      adjustCommandDefinition in interface CommandStep
      Overrides:
      adjustCommandDefinition in class AbstractCommandStep
    • 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