Uses of Class
org.eclipse.jgit.util.RawCharSequence

Packages that use RawCharSequence
org.eclipse.jgit.revwalk.filter   
org.eclipse.jgit.util   
 

Uses of RawCharSequence in org.eclipse.jgit.revwalk.filter
 

Methods in org.eclipse.jgit.revwalk.filter that return RawCharSequence
protected abstract  RawCharSequence SubStringRevFilter.text(RevCommit cmit)
          Obtain the raw text to match against.
 

Uses of RawCharSequence in org.eclipse.jgit.util
 

Fields in org.eclipse.jgit.util declared as RawCharSequence
static RawCharSequence RawCharSequence.EMPTY
          A zero-length character sequence.
 

Methods in org.eclipse.jgit.util with parameters of type RawCharSequence
 int RawSubStringPattern.match(RawCharSequence rcs)
          Match a character sequence against this pattern.
 



Copyright © 2012. All Rights Reserved.