| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.TreeMap<java.lang.String,NetRC.State> |
NetRC.STATE |
| Modifier and Type | Method and Description |
|---|---|
static NetRC.State |
NetRC.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetRC.State[] |
NetRC.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|