Class TagCommandStep

    • Constructor Detail

      • TagCommandStep

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