Uses of Class
org.eclipse.jgit.lfs.LfsPointer
Packages that use LfsPointer
-
Uses of LfsPointer in org.eclipse.jgit.lfs
Classes in org.eclipse.jgit.lfs that implement interfaces with type arguments of type LfsPointerMethods in org.eclipse.jgit.lfs that return LfsPointerModifier and TypeMethodDescriptionstatic LfsPointerLfsPointer.parseLfsPointer(InputStream in) Try to parse the data provided by an InputStream to the format defined byLfsPointer.VERSION.Methods in org.eclipse.jgit.lfs with parameters of type LfsPointerModifier and TypeMethodDescriptionintLfsPointer.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 LfsPointerModifier and TypeMethodDescriptionstatic Protocol.RequestLfsConnectionFactory.toRequest(String operation, LfsPointer... resources) -
Uses of LfsPointer in org.eclipse.jgit.lfs.lib
Methods in org.eclipse.jgit.lfs.lib that return LfsPointer