Interface AllCommands


  • public interface AllCommands
    Placeholder class for all Commands.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static Command[] get()
      Returns a defensively-created array of all static Commands.
    • Method Detail

      • get

        static Command[] get()
        Returns a defensively-created array of all static Commands.
        Returns:
        the array of commands