public interface DelimiterFilterMatchProcessor
DelimiterFilterReader found a match.| Modifier and Type | Method and Description |
|---|---|
String |
processMatch(String match,
String startDelimiter,
String endDelimiter)
Process a match found by the
DelimiterFilterReader. |
String processMatch(String match, String startDelimiter, String endDelimiter)
DelimiterFilterReader.match - the matched string including the start and end delimitersstartDelimiter - the delimiter on the left side of the matchendDelimiter - the delimiter on the right side of the matchCopyright © 2019 Communote team. All rights reserved.