Class SecurityCheckCommand


  • public class SecurityCheckCommand
    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 Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArgsDescription()  
      java.lang.String getUsageDescription()  
      void invoke​(java.lang.String... args)  
      static void printCheckResult​(pro.gravit.utils.helper.LogHelper.Level level, java.lang.String module, java.lang.String comment, java.lang.Boolean status)  
      • 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

      • SecurityCheckCommand

        public SecurityCheckCommand​(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)
                    throws java.lang.Exception
        Specified by:
        invoke in class pro.gravit.utils.command.Command
        Throws:
        java.lang.Exception
      • printCheckResult

        public static void printCheckResult​(pro.gravit.utils.helper.LogHelper.Level level,
                                            java.lang.String module,
                                            java.lang.String comment,
                                            java.lang.Boolean status)