Uses of Class
org.eclipse.jgit.lfs.LfsPointer
-
Packages that use LfsPointer Package Description org.eclipse.jgit.lfs org.eclipse.jgit.lfs.internal org.eclipse.jgit.lfs.lib -
-
Uses of LfsPointer in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return LfsPointer Modifier and Type Method Description private static LfsPointer
LfsPrePushHook. loadLfsPointer(ObjectReader r, AnyObjectId obj)
static LfsPointer
LfsPointer. parseLfsPointer(java.io.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 LfsPointer Modifier and Type Method Description private java.util.Set<LfsPointer>
LfsPrePushHook. findObjectsToPush()
private java.util.Map<java.lang.String,LfsPointer>
LfsPrePushHook. requestBatchUpload(HttpConnection api, java.util.Set<LfsPointer> toPush)
Methods in org.eclipse.jgit.lfs with parameters of type LfsPointer Modifier and Type Method Description int
LfsPointer. compareTo(LfsPointer o)
static java.util.Collection<java.nio.file.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 LfsPointer Modifier and Type Method Description private static void
LfsPrePushHook. findLfsPointers(java.util.Set<LfsPointer> toPush, ObjectWalk walk)
private java.util.Map<java.lang.String,LfsPointer>
LfsPrePushHook. requestBatchUpload(HttpConnection api, java.util.Set<LfsPointer> toPush)
private void
LfsPrePushHook. uploadContents(HttpConnection api, java.util.Map<java.lang.String,LfsPointer> oid2ptr)
-
Uses of LfsPointer in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal with parameters of type LfsPointer Modifier and Type Method Description static Protocol.Request
LfsConnectionFactory. toRequest(java.lang.String operation, LfsPointer... resources)
-
Uses of LfsPointer in org.eclipse.jgit.lfs.lib
Fields in org.eclipse.jgit.lfs.lib declared as LfsPointer Modifier and Type Field Description private LfsPointer
LfsPointerFilter. pointer
Methods in org.eclipse.jgit.lfs.lib that return LfsPointer Modifier and Type Method Description LfsPointer
LfsPointerFilter. getPointer()
Get the fieldpointer
.
-