Uses of Class
org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Packages that use PackWriter.PackingPhase Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackWriter.PackingPhase Modifier and Type Field Description private PackWriter.PackingPhasePackWriter.MutableState. phaseprivate PackWriter.PackingPhasePackWriter.State. phaseMethods in org.eclipse.jgit.internal.storage.pack that return PackWriter.PackingPhase Modifier and Type Method Description PackWriter.PackingPhasePackWriter.State. getPhase()static PackWriter.PackingPhasePackWriter.PackingPhase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PackWriter.PackingPhase[]PackWriter.PackingPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter.PackingPhase Modifier and Type Method Description private voidPackWriter. beginPhase(PackWriter.PackingPhase phase, ProgressMonitor monitor, long cnt)Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter.PackingPhase Constructor Description State(PackWriter.PackingPhase phase, long bytesUsed)
-