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
Methods in org.apache.sshd.client.config.hosts that return HostPatternValue Modifier and Type Method Description static HostPatternValue
HostPatternsHolder. toPattern(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 Collection<HostPatternValue>
HostPatternsHolder. getPatterns()
static List<HostPatternValue>
HostPatternsHolder. parsePatterns(CharSequence... patterns)
static List<HostPatternValue>
HostPatternsHolder. parsePatterns(Collection<? extends 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(String host, int port, Collection<HostPatternValue> patterns)
void
HostPatternsHolder. setPatterns(Collection<HostPatternValue> patterns)
-