Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
static RefSpec.WildcardMode |
RefSpec.WildcardMode.valueOf(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(String spec,
RefSpec.WildcardMode mode)
Parse a ref specification for use during transport operations.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.