public class PatternCharDetector extends Object implements CharDetector
Constructor and Description |
---|
PatternCharDetector(Character escapeChar,
boolean stopAtWhiteSpace,
Pattern pattern) |
PatternCharDetector(Pattern pattern)
Build a FixedCharsDetector with no escape character and no white space detection.
|
public PatternCharDetector(Pattern pattern)
public boolean detect(char c)
detect
in interface CharDetector