Class LockServiceCommandStep

    • Field Detail

      • COMMAND_NAME

        protected static final String[] COMMAND_NAME
    • Constructor Detail

      • LockServiceCommandStep

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

        Specified by:
        defineCommandNames in interface CommandStep