Package org.apache.sshd.git.pack
Interface GitPackConfiguration
-
public interface GitPackConfigurationInterface specifying methods that can be used to configure JGit's pack objects.
-
-
Field Summary
Fields Modifier and Type Field Description static GitPackConfigurationNOTHING
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidconfigureReceivePack(org.apache.sshd.server.session.ServerSession session, org.eclipse.jgit.transport.ReceivePack pack)default voidconfigureUploadPack(org.apache.sshd.server.session.ServerSession session, org.eclipse.jgit.transport.UploadPack pack)
-
-
-
Field Detail
-
NOTHING
static final GitPackConfiguration NOTHING
-
-
Method Detail
-
configureReceivePack
default void configureReceivePack(org.apache.sshd.server.session.ServerSession session, org.eclipse.jgit.transport.ReceivePack pack)
-
configureUploadPack
default void configureUploadPack(org.apache.sshd.server.session.ServerSession session, org.eclipse.jgit.transport.UploadPack pack)
-
-