Class IndexCommand

  • All Implemented Interfaces:
    Command

    public class IndexCommand
    extends java.lang.Object
    implements Command
    • Constructor Detail

      • IndexCommand

        public IndexCommand()
    • Method Detail

      • execute

        public void execute​(java.lang.String... args)
                     throws java.lang.Exception
        Specified by:
        execute in interface Command
        Throws:
        java.lang.Exception
      • setDisableExitOnError

        public static void setDisableExitOnError​(boolean disableExitOnError)