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 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 with parameters of type LfsPointer Modifier and Type Method Description int
LfsPointer. compareTo(LfsPointer o)
static Collection<Path>
SmudgeFilter. downloadLfsResource(Lfs lfs, Repository db, LfsPointer... res)
Download content which is hosted on a LFS server -
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(String operation, LfsPointer... resources)
-
Uses of LfsPointer in org.eclipse.jgit.lfs.lib
Methods in org.eclipse.jgit.lfs.lib that return LfsPointer Modifier and Type Method Description LfsPointer
LfsPointerFilter. getPointer()
Get the fieldpointer
.
-