Package org.apache.sshd.git.pack
Interface GitPackConfiguration
public interface GitPackConfiguration
Interface specifying methods that can be used to configure JGit's pack objects.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidconfigureReceivePack(ServerSession session, org.eclipse.jgit.transport.ReceivePack pack) default voidconfigureUploadPack(ServerSession session, org.eclipse.jgit.transport.UploadPack pack)
-
Field Details
-
NOTHING
-
-
Method Details
-
configureReceivePack
default void configureReceivePack(ServerSession session, org.eclipse.jgit.transport.ReceivePack pack) -
configureUploadPack
-