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