public abstract class FileSubstitutionHandler extends Object implements Substitutable
| Modifier and Type | Field and Description |
|---|---|
protected File |
inputFile
Input file.
|
protected static Logger |
LOGGER |
protected Reader |
reader
A
Reader to read the character stream from input file. |
protected static LocalStringsImpl |
STRINGS |
protected Writer |
writer
A
Writer to write the character stream to the output file. |
| Constructor and Description |
|---|
FileSubstitutionHandler(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Called at the completion of the substitution process to perform
post operation.
|
String |
getName()
Gets the processing entity name on which string substitution
operation is carrying on.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReader, getWriterprotected static final Logger LOGGER
protected static final LocalStringsImpl STRINGS
protected File inputFile
public FileSubstitutionHandler(File file) throws FileNotFoundException
FileNotFoundExceptionpublic String getName()
SubstitutablegetName in interface Substitutablepublic void finish()
Substitutablefinish in interface SubstitutableCopyright © 2019. All rights reserved.