public class Callback.CreateNewFileResponse
extends java.lang.Object
Callback.createNewFile(FileFormat, FileFormat, AssociationValue, String)
.Constructor and Description |
---|
Callback.CreateNewFileResponse(java.io.File file, java.lang.String url)
Constructor specifying the destination file to write.
|
Callback.CreateNewFileResponse(SeekableByteChannel6 redirect, java.lang.String url)
Constructor for redirecting I/O for a new destination file.
|
public Callback.CreateNewFileResponse(java.io.File file, java.lang.String url)
file
- File object describing where the output should be writtenurl
- url that references the newly created file. This string is written into any output file that needs to reference the newly created file, primarily for exporting to HTML as the destination format. If not used, this should be set to the empty string ("")public Callback.CreateNewFileResponse(SeekableByteChannel6 redirect, java.lang.String url)
redirect
- object that will be written to as the destination of the transformurl
- url that references the newly created file. This string is written into any output file that needs to reference the newly created file, primarily for exporting to HTML as the destination format. If not used, this should be set to the empty string ("")