Class SetAccessLevelCommand
java.lang.Object
zombie.commands.CommandBase
zombie.commands.serverCommands.SetAccessLevelCommand
-
Constructor Summary
ConstructorsConstructorDescriptionSetAccessLevelCommand(String username, Role userRole, String command, UdpConnection connection) -
Method Summary
Methods inherited from class CommandBase
canBeExecuted, Execute, findCommandCls, getCommandArg, getCommandArgsCount, getCommandName, getHelp, getSubClasses, hasHelp, hasOptionalArg, isCommandComeFromServerConsole, isDisabled, isParsingSuccessful, parseCommand
-
Constructor Details
-
SetAccessLevelCommand
public SetAccessLevelCommand(String username, Role userRole, String command, UdpConnection connection)
-
-
Method Details
-
update
public static String update(String executorName, UdpConnection connection, String user, String newAccessLevelName) throws SQLException - Throws:
SQLException
-