public class ReplacementProcessor extends Object
| Constructor and Description |
|---|
ReplacementProcessor(FileUtils fileUtils,
ReplacerFactory replacerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
replace(List<Replacement> replacements,
boolean regex,
String file,
String outputFile,
int regexFlags,
String encoding) |
public ReplacementProcessor(FileUtils fileUtils, ReplacerFactory replacerFactory)
public void replace(List<Replacement> replacements, boolean regex, String file, String outputFile, int regexFlags, String encoding) throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.