Class HostPatternValue
java.lang.Object
org.apache.sshd.client.config.hosts.HostPatternValue
Represents a pattern definition in the known_hosts file
- Author:
- Apache MINA SSHD Project
- See Also:
-
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()
-
Constructor Details
-
HostPatternValue
public HostPatternValue() -
HostPatternValue
-
HostPatternValue
-
-
Method Details