| Modifier and Type | Method and Description |
|---|---|
Charset |
getInputCharset()
Character encoding for input files, such as scripts and templates.
|
Charset |
getOutputCharset()
Character encoding for output files.
|
Path |
getOutputFile(String extension) |
String |
getOutputFormatValue()
Gets the output format value.
|
String |
getTitle()
Title for the output.
|
boolean |
hasTitle()
Checks whether there is a title for the output.
|
PrintWriter |
openNewOutputWriter()
Gets the output reader.
|
PrintWriter |
openNewOutputWriter(boolean appendOutput)
Gets the output reader.
|
String |
toString() |
public Charset getInputCharset()
public Charset getOutputCharset()
public String getOutputFormatValue()
public String getTitle()
public boolean hasTitle()
public PrintWriter openNewOutputWriter()
IOException - On an exceptionpublic PrintWriter openNewOutputWriter(boolean appendOutput)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.