Package org.apache.flink.tests.util
Class AutoClosablePath
- java.lang.Object
-
- org.apache.flink.tests.util.AutoClosablePath
-
- All Implemented Interfaces:
AutoCloseable
public final class AutoClosablePath extends Object implements AutoCloseable
Utility class to delete a givenPath
when exiting a try-with-resources statement.
-
-
Constructor Summary
Constructors Constructor Description AutoClosablePath(Path path)
-
-
-
Constructor Detail
-
AutoClosablePath
public AutoClosablePath(Path path)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-