Class MoreFiles.DeleteOnCloseFile

java.lang.Object
org.sosy_lab.common.io.MoreFiles.DeleteOnCloseFile
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
TempFile.DeleteOnCloseFile
Enclosing class:
MoreFiles

@Immutable @Deprecated public static class MoreFiles.DeleteOnCloseFile extends Object implements AutoCloseable
Deprecated.
A simple wrapper around Path that calls Files.deleteIfExists(Path) from AutoCloseable.close().