Interface KnownHostMatchers.HostMatcher
-
- All Known Implementing Classes:
KnownHostMatchers.AnyHostMatcher,KnownHostMatchers.EquiHostMatcher,KnownHostMatchers.HashedHostMatcher,KnownHostMatchers.NegateHostMatcher,KnownHostMatchers.WildcardHostMatcher
- Enclosing class:
- KnownHostMatchers
public static interface KnownHostMatchers.HostMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(java.lang.String hostname)
-