Interface ShellMatcher

All Known Implementing Classes:
ShellDefaultMatcher

public interface ShellMatcher
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    matches(String line, String pattern)
    Match a command output line against a defined pattern.
  • Method Details

    • matches

      ShellMatcher.Continue matches(String line, String pattern)
      Match a command output line against a defined pattern.
      Parameters:
      line - the line of output to search
      pattern - the pattern required
      Returns:
      boolean