public class NetRC extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
NetRC.NetRCEntry |
.netrc file entry
|
Modifier and Type | Method | 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 © 2018. All rights reserved.