public class LineConverter extends Object
Constructor and Description |
---|
LineConverter(RuleSet ruleSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
atLeastOneMatchOccured() |
String |
getOneLineReplacement(String text) |
String[] |
getReplacement(String text)
Check if the specified text is matching some conversions rules.
|
public LineConverter(RuleSet ruleSet)
public String[] getReplacement(String text)
In case no rule can be applied, then the input text is returned without change.
text
- public boolean atLeastOneMatchOccured()
Copyright © 2005-2015 QOS.ch. All Rights Reserved.