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 void
Deletes the temporary directory for the current session.static void
Deletes the temporary directory for the current session.static void
deleteFile
(String fileName) static String
saveToFile
(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
-