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