public class CommitMessageFindFilter extends PatternFindCommitFilter
flags, matcher, patternrepository| Constructor and Description |
|---|
CommitMessageFindFilter(String pattern)
Create a commit message pattern filter
|
CommitMessageFindFilter(String pattern,
int flags)
Create a commit message pattern filter
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.filter.RevFilter |
clone()
Clones this filter.
|
protected CharSequence |
getText(org.eclipse.jgit.revwalk.RevCommit commit)
Get the text from the commit to find the pattern in
|
includeinclude, reset, setRepository, setStop, throwIOExceptionpublic CommitMessageFindFilter(String pattern)
pattern - public CommitMessageFindFilter(String pattern, int flags)
pattern - flags - protected CharSequence getText(org.eclipse.jgit.revwalk.RevCommit commit)
PatternFindCommitFiltergetText in class PatternFindCommitFilterpublic org.eclipse.jgit.revwalk.filter.RevFilter clone()
CommitFilter
The default implementation throws a UnsupportedOperationException
and sub-classes should override if filter cloning is supported.
clone in class CommitFilterRevFilter.clone()Copyright © 2011-2016. All Rights Reserved.