Uses of Class
org.apache.sshd.git.AbstractGitCommandFactory
-
Packages that use AbstractGitCommandFactory Package Description org.apache.sshd.git org.apache.sshd.git.pack org.apache.sshd.git.pgm -
-
Uses of AbstractGitCommandFactory in org.apache.sshd.git
Methods in org.apache.sshd.git that return AbstractGitCommandFactory Modifier and Type Method Description AbstractGitCommandFactory
AbstractGitCommandFactory. withDelegate(org.apache.sshd.server.command.CommandFactory delegate)
AbstractGitCommandFactory
AbstractGitCommandFactory. withExecutorServiceProvider(java.util.function.Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider)
AbstractGitCommandFactory
AbstractGitCommandFactory. withGitLocationResolver(GitLocationResolver rootDirResolver)
-
Uses of AbstractGitCommandFactory in org.apache.sshd.git.pack
Subclasses of AbstractGitCommandFactory in org.apache.sshd.git.pack Modifier and Type Class Description class
GitPackCommandFactory
TODO Add javadoc -
Uses of AbstractGitCommandFactory in org.apache.sshd.git.pgm
Subclasses of AbstractGitCommandFactory in org.apache.sshd.git.pgm Modifier and Type Class Description class
GitPgmCommandFactory
Runs a GIT command locally using an embedded executor
-