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 AbstractGitCommandFactoryAbstractGitCommandFactory. withDelegate(CommandFactory delegate)AbstractGitCommandFactoryAbstractGitCommandFactory. withExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider)AbstractGitCommandFactoryAbstractGitCommandFactory. 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 classGitPackCommandFactoryTODO 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 classGitPgmCommandFactoryRuns a GIT command locally using an embedded executor
-