Class HostPatternValue
java.lang.Object
org.apache.sshd.client.config.hosts.HostPatternValue
Represents a pattern definition in the known_hosts file
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHostPatternValue
(Pattern pattern, boolean negated) HostPatternValue
(Pattern pattern, int port, boolean negated) -
Method Summary
Modifier and TypeMethodDescriptionint
getPort()
boolean
void
setNegated
(boolean negated) void
setPattern
(Pattern pattern) void
setPort
(int port) toString()
-
Field Details
-
pattern
-
port
private int port -
negated
private boolean negated
-
-
Constructor Details
-
HostPatternValue
public HostPatternValue() -
HostPatternValue
-
HostPatternValue
-
-
Method Details