Class ConsoleManager.ListCommandsCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>
    Enclosing class:
    ConsoleManager

    public static class ConsoleManager.ListCommandsCommand
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    Default command for listing all available commands. Will be added automatically if registerDefaults is true.
    • Method Summary

      Modifier and Type Method Description
      java.lang.Integer call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListCommandsCommand

        public ListCommandsCommand()
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception