Class TempFilesManager
java.lang.Object
com.compomics.util.experiment.io.temp.TempFilesManager
This class can be used to reference temp files and manage them.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeletes the temp folders created.static voidregisterTempFolder(File tempFolder) Adds a temp folder to the references temp folders.
-
Constructor Details
-
TempFilesManager
public TempFilesManager()
-
-
Method Details
-
registerTempFolder
Adds a temp folder to the references temp folders.- Parameters:
tempFolder- the temp folder to register
-
deleteTempFolders
Deletes the temp folders created.- Throws:
IOException- if an IOException occurs
-