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, wait
getReader, getWriter
protected static final Logger LOGGER
protected static final LocalStringsImpl STRINGS
protected File inputFile
public FileSubstitutionHandler(File file) throws FileNotFoundException
FileNotFoundException
public String getName()
Substitutable
getName
in interface Substitutable
public void finish()
Substitutable
finish
in interface Substitutable
Copyright © 2019. All rights reserved.