Uses of Enum Class
org.eclipse.jgit.lib.PackedRefsTrait
Packages that use PackedRefsTrait
-
Uses of PackedRefsTrait in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type PackedRefsTraitModifier and TypeFieldDescriptionprotected final EnumSet<PackedRefsTrait>PackedRefsWriter.traitsTraits that are applicable to the refs.Methods in org.eclipse.jgit.lib that return PackedRefsTraitModifier and TypeMethodDescriptionstatic PackedRefsTraitReturns the enum constant of this class with the specified name.static PackedRefsTrait[]PackedRefsTrait.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.eclipse.jgit.lib with type arguments of type PackedRefsTraitModifierConstructorDescriptionprotectedPackedRefsWriter(Collection<Ref> refs, EnumSet<PackedRefsTrait> traits) Constructor for PackedRefsWriter.PackedRefsWriter(Collection<Ref> refs, EnumSet<PackedRefsTrait> traits, RefDatabase refDb) Constructor for PackedRefsWriter.