Package org.eclipse.aether.util
Interface FileUtils.CollocatedTempFile
- All Superinterfaces:
AutoCloseable
,Closeable
,FileUtils.TempFile
- Enclosing class:
- FileUtils
A collocated temporary file, that resides next to a "target" file, and is removed when closed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
move()
Atomically moves temp file to target file it is collocated with.Methods inherited from interface org.eclipse.aether.util.FileUtils.TempFile
getPath
-
Method Details
-
move
Atomically moves temp file to target file it is collocated with.- Throws:
IOException
-