Uses of Class
org.eclipse.jgit.transport.NetRC.NetRCEntry
-
Packages that use NetRC.NetRCEntry Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of NetRC.NetRCEntry in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type NetRC.NetRCEntry Modifier and Type Field Description private java.util.Map<java.lang.String,NetRC.NetRCEntry>
NetRC. hosts
Methods in org.eclipse.jgit.transport that return NetRC.NetRCEntry Modifier and Type Method Description NetRC.NetRCEntry
NetRC. getEntry(java.lang.String host)
Get entry by host nameMethods in org.eclipse.jgit.transport that return types with arguments of type NetRC.NetRCEntry Modifier and Type Method Description java.util.Collection<NetRC.NetRCEntry>
NetRC. getEntries()
Get all entries collected from .netrc file
-