Uses of Class
org.eclipse.jgit.util.RawCharSequence
Packages that use RawCharSequence
Package
Description
Filters for use in revision walking.
Utility classes.
-
Uses of RawCharSequence in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter that return RawCharSequenceModifier and TypeMethodDescriptionprotected RawCharSequence
protected RawCharSequence
protected RawCharSequence
protected abstract RawCharSequence
Obtain the raw text to match against.(package private) static RawCharSequence
(package private) static RawCharSequence
(package private) static RawCharSequence
-
Uses of RawCharSequence in org.eclipse.jgit.util
Fields in org.eclipse.jgit.util declared as RawCharSequenceModifier and TypeFieldDescriptionstatic final RawCharSequence
RawCharSequence.EMPTY
A zero-length character sequence.Methods in org.eclipse.jgit.util with parameters of type RawCharSequenceModifier and TypeMethodDescriptionint
RawSubStringPattern.match
(RawCharSequence rcs) Match a character sequence against this pattern.