Package org.eclipse.aether.util
Interface FileUtils.TempFile
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Subinterfaces:
FileUtils.CollocatedTempFile
- Enclosing class:
- FileUtils
public static interface FileUtils.TempFile extends java.io.Closeable
A temporary file, that is removed when closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.Path
getPath()
Returns the path of the created temp file.
-