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
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • HostPatternValue

      public HostPatternValue()
    • HostPatternValue

      public HostPatternValue(Pattern pattern, boolean negated)
    • HostPatternValue

      public HostPatternValue(Pattern pattern, int port, boolean negated)
  • Method Details

    • getPattern

      public Pattern getPattern()
    • setPattern

      public void setPattern(Pattern pattern)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • isNegated

      public boolean isNegated()
    • setNegated

      public void setNegated(boolean negated)
    • toString

      public String toString()
      Overrides:
      toString in class Object