public final class LineTokenReplacer extends Object
| Constructor and Description |
|---|
LineTokenReplacer(TokenValueSet tokens) |
LineTokenReplacer(TokenValueSet tokens,
String charset)
Creates a new instance of TokenReplacer
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
getReader(Reader in)
Get a Reader that substitutes the tokens in the content that it returns.
|
void |
replace(File inputFile,
File outputFile) |
void |
replace(String inputFileName,
String outputFileName) |
public LineTokenReplacer(TokenValueSet tokens)
public LineTokenReplacer(TokenValueSet tokens, String charset)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.