Class DataSourceProvider.TempFileCleanable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File tempFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      TempFileCleanable​(java.io.File tempFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clean()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tempFile

        private java.io.File tempFile
    • Constructor Detail

      • TempFileCleanable

        public TempFileCleanable​(java.io.File tempFile)
    • Method Detail

      • clean

        public void clean()
                   throws java.lang.Exception
        Specified by:
        clean in interface Cleanable
        Throws:
        java.lang.Exception