Class AllCommands


  • public final class AllCommands
    extends java.lang.Object
    List of all available commands.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AllCommands()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Command> get()  
      static java.lang.String names()  
      • Methods inherited from class java.lang.Object

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

      • AllCommands

        private AllCommands()
    • Method Detail

      • get

        public static java.util.List<Command> get()
        Returns:
        list of new instances of all available commands
      • names

        public static java.lang.String names()
        Returns:
        String containing all available command names