public interface Substitutable
| 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.
|
Reader |
getReader()
Gets the character stream from the input.
|
Writer |
getWriter()
Gets the
Writer object to write the character stream in to
the output. |
String getName()
Reader getReader()
Implementation note: It is a good idea for the input stream to be buffered.
Writer getWriter()
Writer object to write the character stream in to
the output.
Implementation note: It is a good idea for the output stream to be buffered.
void finish()
Copyright © 2017. All rights reserved.