Class HostPatternValue
- java.lang.Object
-
- org.apache.sshd.client.config.hosts.HostPatternValue
-
public class HostPatternValue extends Object
Represents a pattern definition in the known_hosts file
-
-
Constructor Summary
Constructors Constructor Description HostPatternValue()
HostPatternValue(Pattern pattern, boolean negated)
HostPatternValue(Pattern pattern, int port, boolean negated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern
getPattern()
int
getPort()
boolean
isNegated()
void
setNegated(boolean negated)
void
setPattern(Pattern pattern)
void
setPort(int port)
String
toString()
-