public interface ConversionRule
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalLine()
Returns a non-null value if there should be an additional line
following a match of this rule.
|
java.util.regex.Pattern |
getPattern() |
java.lang.String |
replace(java.util.regex.Matcher matcher)
Given replacement rules, replace each capturing group in matcher's pattern
|
java.util.regex.Pattern getPattern()
java.lang.String replace(java.util.regex.Matcher matcher)
matcher
- java.lang.String getAdditionalLine()