Uses of Interface
org.pentaho.di.trans.steps.csvinput.PatternMatcherInterface
-
Packages that use PatternMatcherInterface Package Description 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 Modifier and Type Class Description class
EmptyPatternMatcher
class
MultiBytePatternMatcher
class
SingleBytePatternMatcher
Fields in org.pentaho.di.trans.steps.csvinput declared as PatternMatcherInterface Modifier and Type Field Description PatternMatcherInterface
CsvInputData. delimiterMatcher
PatternMatcherInterface
CsvInputData. enclosureMatcher
-