Interface Command

All Known Implementing Classes:
BaseCommand, BootstrapCommand, DownCommand, InfoCommand, InitializeCommand, NewCommand, PendingCommand, RedoCommand, ScriptCommand, StatusCommand, UpCommand, VersionCommand

public interface Command
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String... params)
     
  • Method Details

    • execute

      void execute(String... params)