org.eclipse.jgit.transport
Interface PackTransport

All Known Subinterfaces:
TransportBundle
All Known Implementing Classes:
TransportBundleStream, TransportGitSsh, TransportHttp

public interface PackTransport

Marker interface an object transport using Git pack transfers.

Implementations of PackTransport setup connections and move objects back and forth by creating pack files on the source side and indexing them on the receiving side.

See Also:
BasePackFetchConnection, BasePackPushConnection



Copyright © 2013. All Rights Reserved.