class SessionData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<java.io.File> |
sessionDataFiles |
Modifier | Constructor and Description |
---|---|
private |
SessionData(java.lang.Iterable<java.io.File> sessionDataFiles) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deletes all of the existing session data.
|
static SessionData |
forCurrentPlatform() |
private SessionData(java.lang.Iterable<java.io.File> sessionDataFiles)
public static SessionData forCurrentPlatform()
public void clear() throws java.io.IOException
java.io.IOException
- If an I/O error occurs.