Package | Description |
---|---|
org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract RawCharSequence |
SubStringRevFilter.text(RevCommit cmit) |
Obtain the raw text to match against.
|
Modifier and Type | Field | Description |
---|---|---|
static RawCharSequence |
RawCharSequence.EMPTY |
A zero-length character sequence.
|
Modifier and Type | Method | Description |
---|---|---|
int |
RawSubStringPattern.match(RawCharSequence rcs) |
Match a character sequence against this pattern.
|
Copyright © 2018. All rights reserved.