Package org.apache.sshd.git.pgm
Class GitPgmCommand
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.server.command.AbstractCommandSupport
-
- org.apache.sshd.server.command.AbstractFileSystemCommand
-
- org.apache.sshd.git.AbstractGitCommand
-
- org.apache.sshd.git.pgm.GitPgmCommand
-
- All Implemented Interfaces:
java.lang.Runnable,org.apache.sshd.common.file.FileSystemAware,org.apache.sshd.common.session.SessionContextHolder,org.apache.sshd.common.session.SessionHolder<org.apache.sshd.server.session.ServerSession>,org.apache.sshd.common.util.threads.ExecutorServiceCarrier,GitLocationResolverCarrier,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,org.apache.sshd.server.session.ServerSessionAware,org.apache.sshd.server.session.ServerSessionHolder
public class GitPgmCommand extends AbstractGitCommand
TODO Add javadoc
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.git.AbstractGitCommand
CHAR, DELIMITER, ENDQUOTE, rootDirResolver, STARTQUOTE
-
-
Constructor Summary
Constructors Constructor Description GitPgmCommand(GitLocationResolver rootDirResolver, java.lang.String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.apache.sshd.git.AbstractGitCommand
getGitLocationResolver, parseDelimitedString, setErrorStream, setOutputStream, toString
-
Methods inherited from class org.apache.sshd.server.command.AbstractFileSystemCommand
destroy, getFileSystem, setFileSystem
-
Methods inherited from class org.apache.sshd.server.command.AbstractCommandSupport
getCommand, getEnvironment, getErrorStream, getExecutorService, getExitCallback, getInputStream, getOutputStream, getServerSession, getSession, getStartedCommandFuture, onExit, onExit, setExitCallback, setInputStream, setSession, start
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
-
-
-
Constructor Detail
-
GitPgmCommand
public GitPgmCommand(GitLocationResolver rootDirResolver, java.lang.String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService)
- Parameters:
rootDirResolver- Resolver for GIT root directorycommand- Command to executeexecutorService- AnCloseableExecutorServiceto be used whenstart(ChannelSession, Environment)-ing execution. Ifnullan ad-hoc single-threaded service is created and used.
-
-