Uses of Class
org.eclipse.jgit.internal.storage.file.LocalObjectToPack
-
Packages that use LocalObjectToPack Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of LocalObjectToPack in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return LocalObjectToPack Modifier and Type Method Description LocalObjectToPackWindowCursor. newObjectToPack(AnyObjectId objectId, int type)Allocate a newPackWriterstate structure for an object.Methods in org.eclipse.jgit.internal.storage.file with parameters of type LocalObjectToPack Modifier and Type Method Description (package private) voidPack. copyAsIs(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)private voidPack. copyAsIs2(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)
-