Package | Description |
---|---|
com.massa.mrules.extensions.dsl.factory | |
com.massa.util.io |
Modifier and Type | Method and Description |
---|---|
CharDetector |
ClassEndCharDetectorFactory.detector() |
Modifier and Type | Class and Description |
---|---|
class |
FixedCharsDetector
Detects characters if present in an array of reference characters.
|
class |
PatternCharDetector
Detects characters if present in an array of reference characters.
|
class |
WhitespaceCharDetector
Detects white spaces.
|
Modifier and Type | Field and Description |
---|---|
static CharDetector |
WhitespaceCharDetector.WHITE_SPACE_DETECTOR |
Modifier and Type | Method and Description |
---|---|
CharDetector |
WhitespaceCharDetectorFactory.detector() |
CharDetector |
PatternCharDetectorFactory.detector() |
CharDetector |
FixedCharsDetectorFactory.detector() |
CharDetector |
CharDetectorFactory.detector() |
Modifier and Type | Method and Description |
---|---|
boolean |
AdvancedReader.readUntil(Appendable builder,
CharDetector endDetector)
Reads source into builder until end char is detected or EOF is encountered.
|
boolean |
AdvancedReader.unreadUntil(StringBuilder builder,
CharDetector endDetector)
Reads source into builder until end char is detected or SOF (Start Of File) is encountered.
|