Class CommitterRevFilter.PatternSearch

Enclosing class:
CommitterRevFilter

private static class CommitterRevFilter.PatternSearch extends PatternMatchRevFilter
  • Constructor Details

    • PatternSearch

      PatternSearch(String patternText)
  • Method Details

    • text

      protected CharSequence text(RevCommit cmit)
      Description copied from class: PatternMatchRevFilter
      Obtain the raw text to match against.
      Specified by:
      text in class PatternMatchRevFilter
      Parameters:
      cmit - current commit being evaluated.
      Returns:
      sequence for the commit's content that we need to match on.
    • clone

      public RevFilter clone()
      Description copied from class: RevFilter

      Clone this revision filter, including its parameters.

      This is a deep clone. If this filter embeds objects or other filters it must also clone those, to ensure the instances do not share mutable data.

      Specified by:
      clone in class RevFilter