Package org.eclipse.aether.util
Interface FileUtils.TempFile
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Subinterfaces:
FileUtils.CollocatedTempFile
- Enclosing class:
FileUtils
A temporary file, that is removed when closed.
-
Method Summary
-
Method Details
-
getPath
Returns the path of the created temp file.
-