Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,NetRC.NetRCEntry> |
NetRC.hosts |
Modifier and Type | Method and Description |
---|---|
NetRC.NetRCEntry |
NetRC.getEntry(java.lang.String host)
Get entry by host name
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NetRC.NetRCEntry> |
NetRC.getEntries()
Get all entries collected from .netrc file
|