Class CachedPackUriProvider.PackInfo
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.pack.CachedPackUriProvider.PackInfo
-
- Enclosing interface:
- CachedPackUriProvider
public static class CachedPackUriProvider.PackInfo extends java.lang.ObjectInformation about a packfile.- Since:
- 5.5
-
-
Constructor Summary
Constructors Constructor Description PackInfo(java.lang.String hash, java.lang.String uri, long size)Constructs an object containing information about a packfile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHash()longgetSize()java.lang.StringgetUri()
-
-
-
Constructor Detail
-
PackInfo
public PackInfo(java.lang.String hash, java.lang.String uri, long size)Constructs an object containing information about a packfile.- Parameters:
hash- the hash of the packfile as a hexadecimal stringuri- the URI corresponding to the packfilesize- the size of the packfile in bytes
-
-