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 LfsPointerLfsPrePushHook. loadLfsPointer(ObjectReader r, AnyObjectId obj)private static LfsPointerLfsPointer. parse(java.io.BufferedReader r)private static LfsPointerLfsPointer. parse(java.io.InputStream in)static LfsPointerLfsPointer. 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 intLfsPointer. 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 voidLfsPrePushHook. 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 voidLfsPrePushHook. 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.RequestLfsConnectionFactory. 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 LfsPointerLfsPointerFilter. pointerMethods in org.eclipse.jgit.lfs.lib that return LfsPointer Modifier and Type Method Description LfsPointerLfsPointerFilter. getPointer()Get the fieldpointer.
-