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 com.sun.enterprise.universal.i18n.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 com.sun.enterprise.universal.i18n.LocalStringsImpl _strings
protected File _inputFile
public FileSubstitutionHandler(File file) throws FileNotFoundException
FileNotFoundExceptionpublic String getName()
SubstitutablegetName in interface Substitutablepublic void finish()
Substitutablefinish in interface SubstitutableCopyright © 2017. All rights reserved.