Uses of Interface
org.apache.sshd.git.pack.GitPackConfiguration
Packages that use GitPackConfiguration
-
Uses of GitPackConfiguration in org.apache.sshd.git.pack
Fields in org.apache.sshd.git.pack declared as GitPackConfigurationMethods in org.apache.sshd.git.pack with parameters of type GitPackConfigurationModifier and TypeMethodDescriptionvoidGitPackCommand.setPackConfiguration(GitPackConfiguration packConfiguration) GitPackCommandFactory.withGitPackConfiguration(GitPackConfiguration configuration) Sets theGitPackConfigurationthat will be set for allGitPackCommands created by this factory.