Class TmpPath

java.lang.Object
org.apache.storm.testing.TmpPath
All Implemented Interfaces:
AutoCloseable

public class TmpPath extends Object implements AutoCloseable
  • Constructor Details

    • TmpPath

      public TmpPath()
    • TmpPath

      public TmpPath(String path)
  • Method Details

    • localTempPath

      public static String localTempPath()
    • getPath

      public String getPath()
    • getFile

      public File getFile()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable