public class NetRC extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetRC.NetRCEntry
.netrc file entry
|
Modifier and Type | Method and Description |
---|---|
Collection<NetRC.NetRCEntry> |
getEntries() |
NetRC.NetRCEntry |
getEntry(String host)
Get entry by host name
|
public NetRC()
public NetRC(File netrc)
netrc
- the .netrc filepublic NetRC.NetRCEntry getEntry(String host)
host
- public Collection<NetRC.NetRCEntry> getEntries()
Copyright © 2016 Eclipse JGit Project. All rights reserved.