Class ChangeExecListenerCommandStep

  • All Implemented Interfaces:
    CommandStep

    public class ChangeExecListenerCommandStep
    extends AbstractHelperCommandStep
    Creates a ChangeExecListener or utilizes the one provided as argument
    • Constructor Detail

      • ChangeExecListenerCommandStep

        public ChangeExecListenerCommandStep()
    • Method Detail

      • defineCommandNames

        public String[][] defineCommandNames()
        Description copied from interface: CommandStep
        Defines new command names For example, if it is part of `liquibase update`, this should return new String[][]{ new String[] {"update"}}. If it is a part of `liquibase example init`, this should return {"example", "init"}.

        This is used to determine the available command names.

        This can return null if this step is not defining a new command but "cross-cutting" existing commands