Class TempFile.DeleteOnCloseFile

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

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