Class ServerStatusCommand


  • public class ServerStatusCommand
    extends Command
    • Field Summary

      • Fields inherited from class pro.gravit.launchserver.command.Command

        server
      • Fields inherited from class pro.gravit.utils.command.Command

        childCommands
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArgsDescription()  
      java.lang.String getUsageDescription()  
      void invoke​(java.lang.String... args)  
      • Methods inherited from class pro.gravit.utils.command.Command

        buildCandidate, complete, invokeSubcommands, parseUsername, parseUUID, verifyArgs
      • Methods inherited from class java.lang.Object

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

      • ServerStatusCommand

        public ServerStatusCommand​(LaunchServer server)
    • Method Detail

      • getArgsDescription

        public java.lang.String getArgsDescription()
        Specified by:
        getArgsDescription in class pro.gravit.utils.command.Command
      • getUsageDescription

        public java.lang.String getUsageDescription()
        Specified by:
        getUsageDescription in class pro.gravit.utils.command.Command
      • invoke

        public void invoke​(java.lang.String... args)
        Specified by:
        invoke in class pro.gravit.utils.command.Command