Package com.google.gerrit.sshd.commands
Class SetLoggingLevelCommand
- java.lang.Object
- 
- com.google.gerrit.sshd.BaseCommand
- 
- com.google.gerrit.sshd.SshCommand
- 
- com.google.gerrit.sshd.commands.SetLoggingLevelCommand
 
 
 
- 
- All Implemented Interfaces:
- org.apache.sshd.server.Command,- org.apache.sshd.server.CommandLifecycle
 
 public class SetLoggingLevelCommand extends SshCommand 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gerrit.sshd.BaseCommandBaseCommand.CommandRunnable, BaseCommand.Failure, BaseCommand.ProjectCommandRunnable, BaseCommand.UnloggedFailure
 
- 
 - 
Field Summary- 
Fields inherited from class com.google.gerrit.sshd.SshCommandstderr, stdout
 - 
Fields inherited from class com.google.gerrit.sshd.BaseCommandENC, err, in, out, STATUS_NOT_ADMIN
 
- 
 - 
Constructor SummaryConstructors Constructor Description SetLoggingLevelCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrun()- 
Methods inherited from class com.google.gerrit.sshd.SshCommandstart
 - 
Methods inherited from class com.google.gerrit.sshd.BaseCommanddestroy, die, die, getArguments, getName, getPluginName, getTaskDescription, getTrimmedArguments, newCmdLineParser, onExit, parseCommandLine, parseCommandLine, provideStateTo, setArguments, setErrorStream, setExitCallback, setInputStream, setOutputStream, startThread, toPrintWriter, usage, writeError
 
- 
 
- 
- 
- 
Method Detail- 
runprotected void run() throws MalformedURLException- Specified by:
- runin class- SshCommand
- Throws:
- MalformedURLException
 
 
- 
 
-