Uses of Interface
org.apache.sshd.git.pack.GitPackConfiguration
-
Packages that use GitPackConfiguration Package Description org.apache.sshd.git.pack -
-
Uses of GitPackConfiguration in org.apache.sshd.git.pack
Fields in org.apache.sshd.git.pack declared as GitPackConfiguration Modifier and Type Field Description static GitPackConfigurationGitPackConfiguration. NOTHINGprivate GitPackConfigurationGitPackCommand. packConfigurationprivate GitPackConfigurationGitPackCommandFactory. packConfigurationMethods in org.apache.sshd.git.pack with parameters of type GitPackConfiguration Modifier and Type Method Description voidGitPackCommand. setPackConfiguration(GitPackConfiguration packConfiguration)GitPackCommandFactoryGitPackCommandFactory. withGitPackConfiguration(GitPackConfiguration configuration)Sets theGitPackConfigurationthat will be set for allGitPackCommands created by this factory.
-