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(CommandFactory delegate) GitPackCommandFactory.withExecutorServiceProvider(Supplier<? extends 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 CloseableExecutorService> provider)