|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentWriter
Used to write a text template output on disk. One can override the default file writing behavior by defining an implementation of this interface and registering it to the evaluation manager.
Clients may implement this interface.
EvaluationManager.setContentWriter(ContentWriter)| Method Summary | |
|---|---|
void |
write(File file,
String charsetName,
String contents)
Writes the specified contents to the specified location. |
| Method Detail |
|---|
void write(File file,
String charsetName,
String contents)
throws IOException
The specified file may or may not exist at the time this method is invoked. The implementation must create the directory as necessary.
file - the absolute path of the expected output location.charsetName - the file encoding to be used, null to use the platform default encodingcontents - the contents to write at the specified location.
IOException - if the contents could not be written out.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||