|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.oracle.outsidein.Callback.CreateNewFileResponse
public class Callback.CreateNewFileResponse
Holds response values returned by Callback.createNewFile(FileFormat, FileFormat, AssociationValue, String)
.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 ("")
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |