Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private RefSpec.WildcardMode |
RefSpec.allowMismatchedWildcards
Whether a wildcard is allowed on one side but not the other.
|
Modifier and Type | Method and Description |
---|---|
static RefSpec.WildcardMode |
RefSpec.WildcardMode.valueOf(java.lang.String name)
Returns 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.
|
Constructor and Description |
---|
RefSpec(java.lang.String spec,
RefSpec.WildcardMode mode)
Parse a ref specification for use during transport operations.
|