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 LfsPointerLfsPrePushHook.loadLfsPointer(ObjectReader r, AnyObjectId obj) private static LfsPointerLfsPointer.parse(BufferedReader r) private static LfsPointerLfsPointer.parse(InputStream in) static LfsPointerLfsPointer.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 TypeMethodDescriptionintLfsPointer.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 voidLfsPrePushHook.findLfsPointers(Set<LfsPointer> toPush, ObjectWalk walk) private Map<String,LfsPointer> LfsPrePushHook.requestBatchUpload(HttpConnection api, Set<LfsPointer> toPush) private voidLfsPrePushHook.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.RequestLfsConnectionFactory.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