Package com.sshtools.client.shell
Interface ShellMatcher
- All Known Implementing Classes:
ShellDefaultMatcher
public interface ShellMatcher
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionMatch a command output line against a defined pattern.
-
Method Details
-
matches
Match a command output line against a defined pattern.- Parameters:
line
- the line of output to searchpattern
- the pattern required- Returns:
- boolean
-