Class AbstractCommandStep

java.lang.Object
liquibase.command.AbstractCommandStep
All Implemented Interfaces:
CommandStep
Direct Known Subclasses:
AbstractArgumentCommandStep, AbstractChangelogCommandStep, AbstractCliWrapperCommandStep, AbstractFutureRollbackCommandStep, AbstractHelperCommandStep, AbstractRollbackCommandStep, AbstractUpdateCommandStep, CalculateChecksumCommandStep, ChangelogSyncCommandStep, ClearChecksumsCommandStep, DbDocCommandStep, DiffCommandStep, DropAllCommandStep, ExecuteSqlCommandStep, HistoryCommandStep, InternalSnapshotCommandStep, ListLocksCommandStep, MarkNextChangesetRanCommandStep, ReleaseLocksCommandStep, ShowSummaryArgument, SnapshotCommandStep, SnapshotReferenceCommandStep, StartH2CommandStep, StatusCommandStep, StopH2CommandStep, TagCommandStep, TagExistsCommandStep, TestSystemDownCommand, TestSystemUpCommand, UnexpectedChangesetsCommandStep, UpdateTestingRollbackCommandStep, ValidateCommandStep

public abstract class AbstractCommandStep extends Object implements CommandStep
Convenience base class for CommandStep implementations.