public static class PackWriter.PackfileUriConfig extends Object
| Constructor and Description |
|---|
PackfileUriConfig(PacketLineOut pckOut,
Collection<String> protocolsSupported,
CachedPackUriProvider cachedPackUriProvider) |
public PackfileUriConfig(@NonNull PacketLineOut pckOut, @NonNull Collection<String> protocolsSupported, @NonNull CachedPackUriProvider cachedPackUriProvider)
pckOut - where to write "packfile-uri" lines to (should
output to the same stream as the one passed to
PackWriter#writePack)protocolsSupported - list of protocols supported (e.g. "https")cachedPackUriProvider - provider of URIs corresponding
to cached packsCopyright © 2020 Eclipse JGit Project. All rights reserved.