Class TemporaryDirectory

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class TemporaryDirectory
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Method Summary

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

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

      • TemporaryDirectory

        public TemporaryDirectory()
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • path

        public java.nio.file.Path path()
      • close

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