Class SecurityCheckCommand
java.lang.Object
pro.gravit.utils.command.Command
pro.gravit.launchserver.command.Command
pro.gravit.launchserver.command.service.SecurityCheckCommand
-
Field Summary
Fields inherited from class pro.gravit.utils.command.Command
childCommands -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckOtherReadOrWriteAccess(Path file)booleancheckOtherWriteAccess(Path file)voidstatic voidprintCheckResult(String module, String comment, Boolean status)static voidprintCheckResult(pro.gravit.utils.helper.LogHelper.Level level, String module, String comment, Boolean status)Deprecated.Methods inherited from class pro.gravit.launchserver.command.Command
downloadWithProgressBar, showApplyDialogMethods inherited from class pro.gravit.utils.command.Command
buildCandidate, complete, invokeSubcommands, parseUsername, parseUUID, verifyArgs
-
Constructor Details
-
SecurityCheckCommand
-
-
Method Details
-
printCheckResult
-
printCheckResult
@Deprecated public static void printCheckResult(pro.gravit.utils.helper.LogHelper.Level level, String module, String comment, Boolean status)Deprecated. -
getArgsDescription
- Specified by:
getArgsDescriptionin classpro.gravit.utils.command.Command
-
getUsageDescription
- Specified by:
getUsageDescriptionin classpro.gravit.utils.command.Command
-
invoke
- Specified by:
invokein classpro.gravit.utils.command.Command
-
checkOtherWriteAccess
- Throws:
IOException
-
checkOtherReadOrWriteAccess
- Throws:
IOException
-