Class LogCommand
java.lang.Object
zombie.commands.CommandBase
zombie.commands.serverCommands.LogCommand
-
Field Summary
Fields inherited from class zombie.commands.CommandBase
argsName, connection, defaultArgsName, description
-
Constructor Summary
ConstructorsConstructorDescriptionLogCommand
(String string0, Role role, String string1, UdpConnection udpConnection) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Command()
static DebugType
getDebugType
(String debugType) static LogSeverity
getLogSeverity
(String logSeverity) Methods inherited from class zombie.commands.CommandBase
canBeExecuted, Execute, findCommandCls, getAnnotation, getCommand, getCommandArg, getCommandArgsCount, getCommandArgVariants, getCommandName, getExecutorUsername, getHelp, getHelp, getRequiredCapability, getRole, getSubClasses, hasHelp, hasOptionalArg, isCommandComeFromServerConsole, isDisabled, isParsingSuccessful, parseCommand
-
Constructor Details
-
LogCommand
-
-
Method Details
-
getDebugType
-
getLogSeverity
-
Command
- Specified by:
Command
in classCommandBase
-