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 PatterngetPattern()intgetPort()booleanisNegated()voidsetNegated(boolean negated)voidsetPattern(Pattern pattern)voidsetPort(int port)StringtoString()
-