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 RawCharSequenceAuthorRevFilter.SubStringSearch. text(RevCommit cmit)protected RawCharSequenceCommitterRevFilter.SubStringSearch. text(RevCommit cmit)protected RawCharSequenceMessageRevFilter.SubStringSearch. text(RevCommit cmit)protected abstract RawCharSequenceSubStringRevFilter. text(RevCommit cmit)Obtain the raw text to match against.(package private) static RawCharSequenceAuthorRevFilter. textFor(RevCommit cmit)(package private) static RawCharSequenceCommitterRevFilter. textFor(RevCommit cmit)(package private) static RawCharSequenceMessageRevFilter. 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 RawCharSequenceRawCharSequence. EMPTYA zero-length character sequence.Methods in org.eclipse.jgit.util with parameters of type RawCharSequence Modifier and Type Method Description intRawSubStringPattern. match(RawCharSequence rcs)Match a character sequence against this pattern.
-