Package org.eclipse.jgit.revwalk.filter
Class AuthorRevFilter.SubStringSearch
java.lang.Object
org.eclipse.jgit.revwalk.filter.RevFilter
org.eclipse.jgit.revwalk.filter.SubStringRevFilter
org.eclipse.jgit.revwalk.filter.AuthorRevFilter.SubStringSearch
- Enclosing class:
AuthorRevFilter
-
Field Summary
Fields inherited from class org.eclipse.jgit.revwalk.filter.RevFilter
ALL, MERGE_BASE, NO_MERGES, NONE, ONLY_MERGES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RawCharSequence
Obtain the raw text to match against.Methods inherited from class org.eclipse.jgit.revwalk.filter.SubStringRevFilter
clone, include, requiresCommitBody, safe, toString
-
Constructor Details
-
SubStringSearch
SubStringSearch(String patternText)
-
-
Method Details
-
text
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.
-