Uses of Class
org.apache.sshd.git.pack.GitPackCommandFactory
-
Packages that use GitPackCommandFactory Package Description org.apache.sshd.git.pack org.apache.sshd.git.pgm -
-
Uses of GitPackCommandFactory in org.apache.sshd.git.pack
Methods in org.apache.sshd.git.pack that return GitPackCommandFactory Modifier and Type Method Description GitPackCommandFactoryGitPackCommandFactory. withDelegate(org.apache.sshd.server.command.CommandFactory delegate)GitPackCommandFactoryGitPackCommandFactory. withExecutorServiceProvider(java.util.function.Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider)GitPackCommandFactoryGitPackCommandFactory. withGitLocationResolver(GitLocationResolver rootDirResolver)GitPackCommandFactoryGitPackCommandFactory. withGitPackConfiguration(GitPackConfiguration configuration)Sets theGitPackConfigurationthat will be set for allGitPackCommands created by this factory. -
Uses of GitPackCommandFactory in org.apache.sshd.git.pgm
Methods in org.apache.sshd.git.pgm that return GitPackCommandFactory Modifier and Type Method Description GitPackCommandFactoryGitPgmCommandFactory. withExecutorServiceProvider(java.util.function.Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider)
-