此内容没有您所选择的语言版本。
9.5. exporter
Writes the CLI output to a specified file.
Method | Signature |
---|---|
exporter.close |
close()
|
exporter.file | |
exporter.format | Shows the current configured output format. |
exporter.pageWidth | Shows the configured line length for content in the output file. |
exporter.setFormat |
setFormat(String)
|
exporter.setFile |
setFile(String)
|
exporter.setPageWidth |
setPageWidth(int)
|
exporter.setTarget |
setTarget(String, String)
|
exporter.write |
write(Object)
|