Class TempPathResource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.file.Path location  
    • Constructor Summary

      Constructors 
      Constructor Description
      TempPathResource​(java.nio.file.Path location)  
    • Method Summary

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

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

      • location

        private final java.nio.file.Path location
    • Constructor Detail

      • TempPathResource

        public TempPathResource​(java.nio.file.Path location)
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException