Creates temporary folders inside a single temporary folder.
Creates temporary folders inside a single temporary folder. The folder is deleted when the application stops.
A temporary file hold a reference to a real file, and will delete it when the reference is garbaged.
Logic for creating a temporary file.
Logic for creating a temporary file. Users should try to clean up the file themselves, but this TemporaryFileCreator implementation may also try to clean up any leaked files, e.g. when the Application or JVM stops.
Creates temporary folders using the default JRE method.
Creates temporary folders using the default JRE method. Files created by this method will not be cleaned up with the application or JVM stops.
Utilities to manage temporary files.
FileSystem utilities.