public interface ConversionRule
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalLine()
Returns a non-null value if there should be an additional line
following a match of this rule.
|
Pattern |
getPattern() |
String |
replace(Matcher matcher)
Given replacement rules, replace each capturing group in matcher's pattern
|
Pattern getPattern()
String replace(Matcher matcher)
matcher
- String getAdditionalLine()
Copyright © 2005-2015 QOS.ch. All Rights Reserved.