Uses of Class
org.eclipse.jgit.internal.storage.pack.PackExt
-
Packages that use PackExt Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of PackExt in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackExt Modifier and Type Method Description voidDfsPackDescription. addFileExt(PackExt ext)Adds the pack file extension to the known list.StringDfsPackDescription. getFileName(PackExt ext)longDfsPackDescription. getFileSize(PackExt ext)booleanDfsPackDescription. hasFileExt(PackExt ext)protected abstract ReadableChannelDfsObjDatabase. openFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for reading.DfsPackDescriptionDfsPackDescription. setFileSize(PackExt ext, long bytes)protected abstract DfsOutputStreamDfsObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for writing. -
Uses of PackExt in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackExt Modifier and Type Field Description static PackExtPackExt. BITMAP_INDEXA pack bitmap index file extension.static PackExtPackExt. INDEXA pack index file extension.static PackExtPackExt. PACKA pack file extension.Methods in org.eclipse.jgit.internal.storage.pack that return PackExt Modifier and Type Method Description static PackExtPackExt. newPackExt(String ext)Returns a PackExt for the file extension and registers it in the values array.static PackExt[]PackExt. values()
-