Uses of Interface
org.eclipse.aether.util.FileUtils.TempFile
-
Uses of FileUtils.TempFile in org.eclipse.aether.util
Modifier and TypeInterfaceDescriptionstatic interface
A collocated temporary file, that resides next to a "target" file, and is removed when closed.Modifier and TypeMethodDescriptionstatic FileUtils.TempFile
FileUtils.newTempFile()
Creates aFileUtils.TempFile
instance and backing temporary file on file system.