Package | Description |
---|---|
org.eclipse.aether.util |
Miscellaneous utility classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
FileUtils.CollocatedTempFile
A collocated temporary file, that resides next to a "target" file, and is removed when closed.
|
Modifier and Type | Method and Description |
---|---|
static FileUtils.TempFile |
FileUtils.newTempFile()
Creates a
FileUtils.TempFile instance and backing temporary file on file system. |