Class EmptyPatternMatcher
- java.lang.Object
-
- org.pentaho.di.trans.steps.csvinput.EmptyPatternMatcher
-
- All Implemented Interfaces:
PatternMatcherInterface
public class EmptyPatternMatcher extends Object implements PatternMatcherInterface
-
-
Constructor Summary
Constructors Constructor Description EmptyPatternMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matchesPattern(byte[] source, int location, byte[] pattern)
-
-
-
Method Detail
-
matchesPattern
public boolean matchesPattern(byte[] source, int location, byte[] pattern)
- Specified by:
matchesPattern
in interfacePatternMatcherInterface
-
-