Class OpenSshConfigFile.State
java.lang.Object
org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.State
- Enclosing class:
OpenSshConfigFile
Encapsulates entries read out of the configuration file, and a cache of
fully resolved entries created from that.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Map
<String, OpenSshConfigFile.HostEntry> (package private) Map
<String, OpenSshConfigFile.HostEntry> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entries
Map<String,OpenSshConfigFile.HostEntry> entries -
hosts
Map<String,OpenSshConfigFile.HostEntry> hosts
-
-
Constructor Details
-
State
private State()
-
-
Method Details