Package org.esa.snap.rcp.session
Class SessionManager
- java.lang.Object
-
- org.esa.snap.rcp.session.SessionManager
-
public class SessionManager extends Object
A session manager is handling the one and only active session file.
-
-
Constructor Summary
Constructors Constructor Description SessionManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionManager
getDefault()
File
getSessionFile()
SnapFileFilter
getSessionFileFilter()
void
setSessionFile(File sessionFile)
-
-
-
Method Detail
-
getDefault
public static SessionManager getDefault()
-
getSessionFileFilter
public SnapFileFilter getSessionFileFilter()
-
getSessionFile
public File getSessionFile()
-
setSessionFile
public void setSessionFile(File sessionFile)
-
-