Package org.eclipse.jgit.revwalk.filter
Class AuthorRevFilter.PatternSearch
java.lang.Object
org.eclipse.jgit.revwalk.filter.RevFilter
org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
org.eclipse.jgit.revwalk.filter.AuthorRevFilter.PatternSearch
- 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 TypeMethodDescriptionclone()
protected CharSequence
Obtain the raw text to match against.Methods inherited from class org.eclipse.jgit.revwalk.filter.PatternMatchRevFilter
forceToRaw, include, pattern, requiresCommitBody, toString
-
Constructor Details
-
PatternSearch
PatternSearch(String patternText)
-
-
Method Details
-
text
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.
-
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.
-