Uses of Enum Class
org.eclipse.jgit.transport.RefSpec.WildcardMode
Packages that use RefSpec.WildcardMode
-
Uses of RefSpec.WildcardMode in org.eclipse.jgit.transport
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.