Package com.google.gerrit.sshd.commands
Class SetTopicCommand
- java.lang.Object
- 
- com.google.gerrit.sshd.BaseCommand
- 
- com.google.gerrit.sshd.SshCommand
- 
- com.google.gerrit.sshd.commands.SetTopicCommand
 
 
 
- 
- All Implemented Interfaces:
- org.apache.sshd.server.command.Command,- org.apache.sshd.server.command.CommandDirectErrorStreamAware,- org.apache.sshd.server.command.CommandDirectInputStreamAware,- org.apache.sshd.server.command.CommandDirectOutputStreamAware,- org.apache.sshd.server.command.CommandDirectStreamsAware,- org.apache.sshd.server.command.CommandLifecycle
 
 public class SetTopicCommand 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.BaseCommandcleanup, dynamicBeans, ENC, err, exit, in, injector, out, STATUS_NOT_ADMIN, user
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()- 
Methods inherited from class com.google.gerrit.sshd.SshCommandstart
 - 
Methods inherited from class com.google.gerrit.sshd.BaseCommanddestroy, die, die, die, enableGracefulStop, getArguments, getName, getPluginName, getTaskDescription, getTrimmedArguments, newCmdLineParser, onExit, parseCommandLine, parseCommandLine, provideStateTo, setArguments, setErrorStream, setExitCallback, setInputStream, setOutputStream, startThread, toPrintWriter, usage, writeError
 
- 
 
- 
- 
- 
Method Detail- 
runpublic void run() throws Exception- Specified by:
- runin class- SshCommand
- Throws:
- Exception
 
 
- 
 
-