Interface FileUtils.CollocatedTempFile

All Superinterfaces:
AutoCloseable, 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

    Modifier and Type
    Method
    Description
    void
    Atomically moves temp file to target file it is collocated with.

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.eclipse.aether.util.FileUtils.TempFile

    getPath
  • Method Details