Uses of Class
org.eclipse.jgit.util.RawCharSequence
-
Packages that use RawCharSequence Package Description org.eclipse.jgit.revwalk.filter Filters for use in revision walking.org.eclipse.jgit.util Utility classes. -
-
Uses of RawCharSequence in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter that return RawCharSequence Modifier and Type Method Description protected RawCharSequence
AuthorRevFilter.SubStringSearch. text(RevCommit cmit)
protected RawCharSequence
CommitterRevFilter.SubStringSearch. text(RevCommit cmit)
protected RawCharSequence
MessageRevFilter.SubStringSearch. text(RevCommit cmit)
protected abstract RawCharSequence
SubStringRevFilter. text(RevCommit cmit)
Obtain the raw text to match against.(package private) static RawCharSequence
AuthorRevFilter. textFor(RevCommit cmit)
(package private) static RawCharSequence
CommitterRevFilter. textFor(RevCommit cmit)
(package private) static RawCharSequence
MessageRevFilter. textFor(RevCommit cmit)
-
Uses of RawCharSequence in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as RawCharSequence Modifier and Type Field Description static RawCharSequence
RawCharSequence. EMPTY
A zero-length character sequence.Methods in org.eclipse.jgit.util with parameters of type RawCharSequence Modifier and Type Method Description int
RawSubStringPattern. match(RawCharSequence rcs)
Match a character sequence against this pattern.
-