Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Packages that use DfsObjDatabase.PackSource Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsObjDatabase.PackSource in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase.PackSource Modifier and Type Method Description DfsObjDatabase.PackSourceDfsPackDescription. getPackSource()static DfsObjDatabase.PackSourceDfsObjDatabase.PackSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DfsObjDatabase.PackSource[]DfsObjDatabase.PackSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabase.PackSource Modifier and Type Method Description protected abstract DfsPackDescriptionDfsObjDatabase. newPack(DfsObjDatabase.PackSource source)Generate a new unique name for a pack file.DfsPackDescriptionDfsPackDescription. setPackSource(DfsObjDatabase.PackSource source)
-