public class JGitHostConfigEntry
extends org.apache.sshd.client.config.hosts.HostConfigEntry
HostConfigEntry that provides access to the multi-valued keys as
lists of strings. The super class treats them as single strings containing
comma-separated lists.| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
multiValuedOptions |
DEFAULT_EXCLUSIVE_IDENTITIES, EXCLUSIVE_IDENTITIES_CONFIG_PROP, EXPLICIT_PROPERTIES, HOME_TILDE_CHAR, HOST_CONFIG_PROP, HOST_NAME_CONFIG_PROP, IDENTITY_FILE_CONFIG_PROP, LOCAL_HOME_MACRO, LOCAL_HOST_MACRO, LOCAL_USER_MACRO, MULTI_VALUE_SEPARATORS, PATH_MACRO_CHAR, PORT_CONFIG_PROP, REMOTE_HOST_MACRO, REMOTE_PORT_MACRO, REMOTE_USER_MACRO, STD_CONFIG_FILENAME, USER_CONFIG_PROP| Constructor and Description |
|---|
JGitHostConfigEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getMultiValuedOptions()
Retrieves all multi-valued options.
|
void |
setMultiValuedOptions(java.util.Map<java.lang.String,java.util.List<java.lang.String>> options)
Sets the multi-valued options.
|
addIdentity, addIdentity, append, appendHostConfigEntries, appendNonEmptyPort, appendNonEmptyProperties, appendNonEmptyProperty, appendNonEmptyValues, appendNonEmptyValues, appendPropertyValue, appendUserHome, appendUserHome, appendUserHome, findBestMatch, findBestMatch, findBestMatch, getDefaultHostConfigFile, getHost, getHostName, getIdentities, getPort, getProperties, getProperty, getProperty, getUsername, isIdentitiesOnly, normalizeEntry, parseConfigValue, processGlobalValues, processProperty, readHostConfigEntries, readHostConfigEntries, readHostConfigEntries, readHostConfigEntries, readHostConfigEntries, removeProperty, resolveHostName, resolveHostName, resolveIdentityFilePath, resolvePort, resolvePort, resolveUsername, resolveUsername, setHost, setHost, setHostName, setIdentities, setIdentitiesOnly, setPort, setProperties, setProperty, setUsername, toHostConfigEntryResolver, toString, updateEntriesList, updateGlobalHostName, updateGlobalIdentities, updateGlobalIdentityOnly, updateGlobalPort, updateGlobalProperties, updateGlobalUserName, writeHostConfigEntries, writeHostConfigEntriesprivate java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValuedOptions
public void setMultiValuedOptions(java.util.Map<java.lang.String,java.util.List<java.lang.String>> options)
options - to set, may be null to set an empty map@NonNull public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getMultiValuedOptions()