Interface OfficeConverterResult

  • All Superinterfaces:
    AutoCloseable, Closeable

    @Unstable
    public interface OfficeConverterResult
    extends Closeable
    Provide the result of an office file conversion. This interface mainly returns the paths of the various files created during the conversion. It extends Closeable to allow cleaning the artifacts whenever Closeable.close() is called.
    Since:
    13.1RC1
    Version:
    $Id: 3af565129a87edb8866abed3d4fb1cf96df5e1c3 $
    • Method Detail

      • getOutputFile

        File getOutputFile()
        Returns:
        the output file of the conversion.
      • getOutputDirectory

        File getOutputDirectory()
        Returns:
        the directory containing all output files.
      • getAllFiles

        Set<File> getAllFiles()
        Returns:
        all files created during the conversion, including getOutputFile().