Class FileDownloadResourceWriter

java.lang.Object
com.atlassian.confluence.importexport.resource.FileDownloadResourceWriter
All Implemented Interfaces:
DownloadResourceWriter

public class FileDownloadResourceWriter extends Object implements DownloadResourceWriter
  • Constructor Details

    • FileDownloadResourceWriter

      public FileDownloadResourceWriter(String resourcePath, File file)
      Parameters:
      resourcePath - the relative URL of resource including the application's context path. For example, "/confluence/download/temp/chart1274.png".
      file - the file the writer will open the output stream to
  • Method Details