Uses of Class
org.apache.sshd.git.pack.GitPackCommandFactory
Packages that use GitPackCommandFactory
-
Uses of GitPackCommandFactory in org.apache.sshd.git.pack
Methods in org.apache.sshd.git.pack that return GitPackCommandFactoryModifier and TypeMethodDescriptionGitPackCommandFactory.withDelegate(org.apache.sshd.server.command.CommandFactory delegate) GitPackCommandFactory.withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider) GitPackCommandFactory.withGitLocationResolver(GitLocationResolver rootDirResolver) GitPackCommandFactory.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 GitPackCommandFactoryModifier and TypeMethodDescriptionGitPgmCommandFactory.withExecutorServiceProvider(Supplier<? extends org.apache.sshd.common.util.threads.CloseableExecutorService> provider)