Uses of Enum Class
org.eclipse.jgit.transport.RefSpec.WildcardMode
Packages that use RefSpec.WildcardMode
-
Uses of RefSpec.WildcardMode in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefSpec.WildcardModeModifier and TypeFieldDescriptionprivate RefSpec.WildcardMode
RefSpec.allowMismatchedWildcards
Whether a wildcard is allowed on one side but not the other.Methods in org.eclipse.jgit.transport that return RefSpec.WildcardModeModifier and TypeMethodDescriptionstatic RefSpec.WildcardMode
Returns the enum constant of this class with the specified name.static RefSpec.WildcardMode[]
RefSpec.WildcardMode.values()
Returns an array containing the constants of this enum class, 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.