OutputFile Property
The path to a local file where the output will be written. If the file exists, it is overwritten.
Syntax
public String getOutputFile(); public void setOutputFile(String outputFile);
Remarks
If specified, the output of the bean will be written to the OutputFile.
As an alternative, you can specify an output stream through SetOutputStream. If neither one is set, the output will be buffered in memory and can be retrieved using OutputData.
Default Value
""