Interface SshConfigStore.HostConfig
- All Known Implementing Classes:
OpenSshConfigFile.HostEntry
- Enclosing interface:
SshConfigStore
public static interface SshConfigStore.HostConfig
A host entry from the ssh config. Any merging of global values and of
several matching host entries, %-substitutions, and ~ replacement have
all been done.
- Since:
- 5.8
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves an unmodifiable map of all multi- or list-valued options, with case-insensitive lookup by keys.Retrieves an unmodifiable map of all single-valued options, with case-insensitive lookup by keys.Retrieves the value of a single-valued key, or the first if the key has multiple values.Retrieves the values of a multi- or list-valued key.
-
Method Details
-
getValue
-
getValues
-
getOptions
-
getMultiValuedOptions
-