Package com.identity4j.util.expect
Interface ExpectMatcher
-
- All Known Implementing Classes:
DefaultExpectMatcher,RegularExpressionExpectMatcher
public interface ExpectMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(String line, String pattern)Match a command output line against a defined pattern.
-