Class ConvertResult

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class ConvertResult
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Summary

      Constructors 
      Constructor Description
      ConvertResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConvertedFiles​(java.util.List<java.nio.file.Path> paths)  
      void addTempPath​(java.nio.file.Path path)  
      void close()  
      java.util.List<java.nio.file.Path> getConverted()  
      boolean isEmpty()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConvertResult

        public ConvertResult()
    • Method Detail

      • getConverted

        public java.util.List<java.nio.file.Path> getConverted()
      • addConvertedFiles

        public void addConvertedFiles​(java.util.List<java.nio.file.Path> paths)
      • addTempPath

        public void addTempPath​(java.nio.file.Path path)
      • isEmpty

        public boolean isEmpty()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object