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 classLocalObjectRepresentation.DeltaMethods in org.eclipse.jgit.internal.storage.file that return LocalObjectRepresentation Modifier and Type Method Description (package private) static LocalObjectRepresentationLocalObjectRepresentation. newDelta(Pack pack, long offset, long length, long base)(package private) static LocalObjectRepresentationLocalObjectRepresentation. newDelta(Pack pack, long offset, long length, ObjectId base)(package private) static LocalObjectRepresentationLocalObjectRepresentation. newWhole(Pack pack, long offset, long length)(package private) LocalObjectRepresentationPack. representation(WindowCursor curs, AnyObjectId objectId)
-