Uses of Interface
org.pentaho.di.trans.steps.csvinput.PatternMatcherInterface

Packages that use PatternMatcherInterface
org.pentaho.di.trans.steps.csvinput   
 

Uses of PatternMatcherInterface in org.pentaho.di.trans.steps.csvinput
 

Classes in org.pentaho.di.trans.steps.csvinput that implement PatternMatcherInterface
 class EmptyPatternMatcher
           
 class MultiBytePatternMatcher
           
 class SingleBytePatternMatcher
           
 

Fields in org.pentaho.di.trans.steps.csvinput declared as PatternMatcherInterface
 PatternMatcherInterface CsvInputData.delimiterMatcher
           
 PatternMatcherInterface CsvInputData.enclosureMatcher