Interface ICommand

  • All Known Implementing Classes:
    CommandPlugins

    public interface ICommand
    • Method Detail

      • name

        java.lang.String name()
      • process

        void process​(JCommanderWrapper jcw,
                     com.beust.jcommander.JCommander subCommander)