Uses of Enum
org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
Packages that use PackWriter.PackingPhase
-
Uses of PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.pack
Subclasses with type arguments of type PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.packModifier and TypeClassDescriptionstatic enumPossible states that a PackWriter can be in.Methods in org.eclipse.jgit.internal.storage.pack that return PackWriter.PackingPhaseModifier and TypeMethodDescriptionPackWriter.State.getPhase()static PackWriter.PackingPhaseReturns 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.