public interface TemporaryFileMaker
Modifier and Type | Method and Description |
---|---|
java.io.File |
makeTemporaryFile()
Creates a new temporary file without an extension.
|
java.io.File |
makeTemporaryFile(java.lang.String extension)
Creates a new temporary file with the specified extension.
|
java.io.File makeTemporaryFile()
java.io.File makeTemporaryFile(java.lang.String extension)
extension
- the extension of the file to create.