Uses of Enum
org.eclipse.jgit.transport.RefSpec.WildcardMode
Packages that use RefSpec.WildcardMode
-
Uses of RefSpec.WildcardMode in org.eclipse.jgit.transport
Subclasses with type arguments of type RefSpec.WildcardMode in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumHow strict to be about wildcards.Methods in org.eclipse.jgit.transport that return RefSpec.WildcardModeModifier and TypeMethodDescriptionstatic RefSpec.WildcardModeReturns the enum constant of this type with the specified name.static RefSpec.WildcardMode[]RefSpec.WildcardMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.transport with parameters of type RefSpec.WildcardModeModifierConstructorDescriptionRefSpec(String spec, RefSpec.WildcardMode mode) Parse a ref specification for use during transport operations.