Uses of Class
org.eclipse.jgit.internal.storage.file.LocalObjectRepresentation
-
Packages that use LocalObjectRepresentation Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of LocalObjectRepresentation in org.eclipse.jgit.internal.storage.file
Subclasses of LocalObjectRepresentation in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description private static class
LocalObjectRepresentation.Delta
Methods in org.eclipse.jgit.internal.storage.file that return LocalObjectRepresentation Modifier and Type Method Description (package private) static LocalObjectRepresentation
LocalObjectRepresentation. newDelta(Pack pack, long offset, long length, long base)
(package private) static LocalObjectRepresentation
LocalObjectRepresentation. newDelta(Pack pack, long offset, long length, ObjectId base)
(package private) static LocalObjectRepresentation
LocalObjectRepresentation. newWhole(Pack pack, long offset, long length)
(package private) LocalObjectRepresentation
Pack. representation(WindowCursor curs, AnyObjectId objectId)
-