Package org.eclipse.jgit.revwalk.filter
Class MessageRevFilter.SubStringSearch
- java.lang.Object
-
- org.eclipse.jgit.revwalk.filter.RevFilter
-
- org.eclipse.jgit.revwalk.filter.SubStringRevFilter
-
- org.eclipse.jgit.revwalk.filter.MessageRevFilter.SubStringSearch
-
- Enclosing class:
- MessageRevFilter
private static class MessageRevFilter.SubStringSearch extends SubStringRevFilter
-
-
Field Summary
-
Fields inherited from class org.eclipse.jgit.revwalk.filter.RevFilter
ALL, MERGE_BASE, NO_MERGES, NONE, ONLY_MERGES
-
-
Constructor Summary
Constructors Constructor Description SubStringSearch(java.lang.String patternText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RawCharSequence
text(RevCommit cmit)
Obtain the raw text to match against.-
Methods inherited from class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
clone, include, requiresCommitBody, safe, toString
-
-
-
-
Method Detail
-
text
protected RawCharSequence text(RevCommit cmit)
Description copied from class:SubStringRevFilter
Obtain the raw text to match against.- Specified by:
text
in classSubStringRevFilter
- Parameters:
cmit
- current commit being evaluated.- Returns:
- sequence for the commit's content that we need to match on.
-
-