Class DiffOutputControlCommandStep

  • All Implemented Interfaces:
    CommandStep

    public class DiffOutputControlCommandStep
    extends AbstractHelperCommandStep
    Internal command step to be used on pipeline to instantiate a DiffOutputControl object that is mainly used by diffChangeLog/generateChangeLog .
    • Constructor Detail

      • DiffOutputControlCommandStep

        public DiffOutputControlCommandStep()
    • 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

      • outputBestPracticeMessage

        protected void outputBestPracticeMessage()