Package org.eclipse.jgit.revwalk.filter
Class CommitterRevFilter.PatternSearch
- java.lang.Object
-
- org.eclipse.jgit.revwalk.filter.RevFilter
-
- org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
-
- org.eclipse.jgit.revwalk.filter.CommitterRevFilter.PatternSearch
-
- Enclosing class:
- CommitterRevFilter
private static class CommitterRevFilter.PatternSearch extends PatternMatchRevFilter
-
-
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 PatternSearch(java.lang.String patternText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevFilter
clone()
protected java.lang.CharSequence
text(RevCommit cmit)
Obtain the raw text to match against.-
Methods inherited from class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
forceToRaw, include, pattern, requiresCommitBody, toString
-
-
-
-
Method Detail
-
text
protected java.lang.CharSequence text(RevCommit cmit)
Description copied from class:PatternMatchRevFilter
Obtain the raw text to match against.- Specified by:
text
in classPatternMatchRevFilter
- Parameters:
cmit
- current commit being evaluated.- Returns:
- sequence for the commit's content that we need to match on.
-
-