Uses of Class
org.eclipse.jgit.lfs.LfsPointer
Packages that use LfsPointer
-
Uses of LfsPointer in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return LfsPointerModifier and TypeMethodDescriptionprivate static LfsPointer
LfsPrePushHook.loadLfsPointer
(ObjectReader r, AnyObjectId obj) private static LfsPointer
LfsPointer.parse
(BufferedReader r) private static LfsPointer
LfsPointer.parse
(InputStream in) static LfsPointer
LfsPointer.parseLfsPointer
(InputStream in) Try to parse the data provided by an InputStream to the format defined byVERSION
.Methods in org.eclipse.jgit.lfs that return types with arguments of type LfsPointerModifier and TypeMethodDescriptionprivate Set
<LfsPointer> LfsPrePushHook.findObjectsToPush()
private Map
<String, LfsPointer> LfsPrePushHook.requestBatchUpload
(HttpConnection api, Set<LfsPointer> toPush) Methods in org.eclipse.jgit.lfs with parameters of type LfsPointerModifier and TypeMethodDescriptionint
LfsPointer.compareTo
(LfsPointer o) static Collection
<Path> SmudgeFilter.downloadLfsResource
(Lfs lfs, Repository db, LfsPointer... res) Download content which is hosted on a LFS serverMethod parameters in org.eclipse.jgit.lfs with type arguments of type LfsPointerModifier and TypeMethodDescriptionprivate static void
LfsPrePushHook.findLfsPointers
(Set<LfsPointer> toPush, ObjectWalk walk) private Map
<String, LfsPointer> LfsPrePushHook.requestBatchUpload
(HttpConnection api, Set<LfsPointer> toPush) private void
LfsPrePushHook.uploadContents
(HttpConnection api, Map<String, LfsPointer> oid2ptr) -
Uses of LfsPointer in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal with parameters of type LfsPointerModifier and TypeMethodDescriptionstatic Protocol.Request
LfsConnectionFactory.toRequest
(String operation, LfsPointer... resources) -
Uses of LfsPointer in org.eclipse.jgit.lfs.lib
Fields in org.eclipse.jgit.lfs.lib declared as LfsPointerMethods in org.eclipse.jgit.lfs.lib that return LfsPointer