Package com.saperion.ngc.util
Class SessionTempFileUtil
java.lang.Object
com.saperion.ngc.util.SessionTempFileUtil
The class SessionTempFileUtil.
- Author:
- sts
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeletes the temporary directory for the current session.static voidDeletes the temporary directory for the current session.static voiddeleteFile(String fileName) static StringsaveToFile(String s, String fileName)
-
Field Details
-
JAVA_IO_TMPDIR
- See Also:
-
-
Method Details
-
deleteDir
Deletes the temporary directory for the current session.- Throws:
NgcUiException
-
deleteDir
Deletes the temporary directory for the current session.- Parameters:
sessionId- the ID of the session to delete the directory for- Throws:
NgcUiException
-
saveToFile
- Throws:
NgcUiException
-
deleteFile
-