Package org.eclipse.aether.util
Interface FileUtils.CollocatedTempFile
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,FileUtils.TempFile
- Enclosing class:
- FileUtils
public static interface FileUtils.CollocatedTempFile extends FileUtils.TempFile
A collocated temporary file, that resides next to a "target" file, and is removed when closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
move()
Atomically moves temp file to target file it is collocated with.-
Methods inherited from interface org.eclipse.aether.util.FileUtils.TempFile
getPath
-
-
-
-
Method Detail
-
move
void move() throws java.io.IOException
Atomically moves temp file to target file it is collocated with.- Throws:
java.io.IOException
-
-