Uses of Class
org.apache.sshd.client.config.hosts.HostPatternValue
-
Packages that use HostPatternValue Package Description org.apache.sshd.client.config.hosts -
-
Uses of HostPatternValue in org.apache.sshd.client.config.hosts
Fields in org.apache.sshd.client.config.hosts with type parameters of type HostPatternValue Modifier and Type Field Description private java.util.Collection<HostPatternValue>
HostPatternsHolder. patterns
Methods in org.apache.sshd.client.config.hosts that return HostPatternValue Modifier and Type Method Description static HostPatternValue
HostPatternsHolder. toPattern(java.lang.CharSequence patternString)
Converts a host pattern string to a regular expression matcher.Methods in org.apache.sshd.client.config.hosts that return types with arguments of type HostPatternValue Modifier and Type Method Description java.util.Collection<HostPatternValue>
HostPatternsHolder. getPatterns()
static java.util.List<HostPatternValue>
HostPatternsHolder. parsePatterns(java.lang.CharSequence... patterns)
static java.util.List<HostPatternValue>
HostPatternsHolder. parsePatterns(java.util.Collection<? extends java.lang.CharSequence> patterns)
Method parameters in org.apache.sshd.client.config.hosts with type arguments of type HostPatternValue Modifier and Type Method Description static boolean
HostPatternsHolder. isHostMatch(java.lang.String host, int port, java.util.Collection<HostPatternValue> patterns)
void
HostPatternsHolder. setPatterns(java.util.Collection<HostPatternValue> patterns)
-