Class SshCommand

java.lang.Object
com.google.gerrit.sshd.BaseCommand
com.google.gerrit.sshd.SshCommand
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
Direct Known Subclasses:
BanCommitCommand, CheckProjectAccessCommand, ConvertRefStorage, CreateBranchCommand, ExternalIdCaseSensitivityMigrationCommand, GarbageCollectionCommand, IndexActivateCommand, IndexStartCommand, LfsPluginAuthCommand, ListGroupsCommand, ListLoggingLevelCommand, ListMembersCommand, ListProjectsCommand, LsUserRefs, PluginAdminSshCommand, PluginLsCommand, Query, ReloadConfig, RenameGroupCommand, ReviewCommand, SetHeadCommand, SetLoggingLevelCommand, SetMembersCommand, SetReviewersCommand, SetTopicCommand

public abstract class SshCommand extends BaseCommand