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