Uses of Interface
org.apache.sshd.server.command.CommandFactory
-
-
Uses of CommandFactory in org.apache.sshd.cli.server
Methods in org.apache.sshd.cli.server that return CommandFactory Modifier and Type Method Description private static CommandFactorySshServerMain. setupCommandFactory(SshServer sshd, java.util.logging.Level level, java.io.PrintStream stdout, java.io.PrintStream stderr, ShellFactory shellFactory) -
Uses of CommandFactory in org.apache.sshd.git
Classes in org.apache.sshd.git that implement CommandFactory Modifier and Type Class Description classAbstractGitCommandFactoryHelper class for various Git command factoriesMethods in org.apache.sshd.git with parameters of type CommandFactory Modifier and Type Method Description AbstractGitCommandFactoryAbstractGitCommandFactory. withDelegate(CommandFactory delegate) -
Uses of CommandFactory in org.apache.sshd.git.pack
Classes in org.apache.sshd.git.pack that implement CommandFactory Modifier and Type Class Description classGitPackCommandFactoryTODO Add javadocMethods in org.apache.sshd.git.pack with parameters of type CommandFactory Modifier and Type Method Description GitPackCommandFactoryGitPackCommandFactory. withDelegate(CommandFactory delegate) -
Uses of CommandFactory in org.apache.sshd.git.pgm
Classes in org.apache.sshd.git.pgm that implement CommandFactory Modifier and Type Class Description classGitPgmCommandFactoryRuns a GIT command locally using an embedded executorMethods in org.apache.sshd.git.pgm with parameters of type CommandFactory Modifier and Type Method Description GitPgmCommandFactoryGitPgmCommandFactory. withDelegate(CommandFactory delegate) -
Uses of CommandFactory in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement CommandFactory Modifier and Type Class Description classScpCommandFactoryThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport.Methods in org.apache.sshd.scp.server with parameters of type CommandFactory Modifier and Type Method Description ScpCommandFactory.BuilderScpCommandFactory.Builder. withDelegate(CommandFactory delegate) -
Uses of CommandFactory in org.apache.sshd.server
Fields in org.apache.sshd.server declared as CommandFactory Modifier and Type Field Description private CommandFactorySshServer. commandFactoryMethods in org.apache.sshd.server that return CommandFactory Modifier and Type Method Description CommandFactoryServerFactoryManager. getCommandFactory()Retrieve theCommandFactoryto be used to process commands requests.CommandFactorySshServer. getCommandFactory()Methods in org.apache.sshd.server with parameters of type CommandFactory Modifier and Type Method Description voidSshServer. setCommandFactory(CommandFactory commandFactory) -
Uses of CommandFactory in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement CommandFactory Modifier and Type Class Description classAbstractDelegatingCommandFactoryACommandFactorywrapper that delegates calls to a proxyFields in org.apache.sshd.server.command declared as CommandFactory Modifier and Type Field Description private CommandFactoryAbstractDelegatingCommandFactory. delegateMethods in org.apache.sshd.server.command that return CommandFactory Modifier and Type Method Description CommandFactoryAbstractDelegatingCommandFactory. getDelegateCommandFactory()Methods in org.apache.sshd.server.command with parameters of type CommandFactory Modifier and Type Method Description voidAbstractDelegatingCommandFactory. setDelegateCommandFactory(CommandFactory factory) -
Uses of CommandFactory in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandFactory Modifier and Type Class Description classProcessShellCommandFactoryExecutes commands by invoking the underlying shellclassUnknownCommandFactory
-