Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


com.oracle.outsidein
Class Callback.CreateNewFileResponse

java.lang.Object
  extended by com.oracle.outsidein.Callback.CreateNewFileResponse

Enclosing class:
Callback

public class Callback.CreateNewFileResponse
extends java.lang.Object

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

Callback.CreateNewFileResponse

public Callback.CreateNewFileResponse(java.io.File file,
                                      java.lang.String url)
Constructor specifying the destination file to write.
Parameters:
file - File object describing where the output should be written
url - 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 ("")

Callback.CreateNewFileResponse

public Callback.CreateNewFileResponse(SeekableByteChannel6 redirect,
                                      java.lang.String url)
Constructor for redirecting I/O for a new destination file.
Parameters:
redirect - object that will be written to as the destination of the transform
url - 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 ("")

Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


Copyright © 2016, Oracle and/or its affiliates. All rights reserved.