Package com.illumon.iris.gui.workspace
Class WorkspaceManager.Context
java.lang.Object
com.illumon.iris.gui.workspace.WorkspaceManager.Context
- All Implemented Interfaces:
SavedWorkspace.ISavedWorkspaceData
- Enclosing class:
- WorkspaceManager
public static class WorkspaceManager.Context extends Object implements SavedWorkspace.ISavedWorkspaceData
An ISavedWorkspaceData that contains the path to the workspace file.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description org.jdom2.Element
getElement()
Path
getSourcePath()
Gets the Path (including file name) where the workspace is located.BufferedInputStream
getStream()
-
Constructor Details
-
Method Details
-
getSourcePath
Description copied from interface:SavedWorkspace.ISavedWorkspaceData
Gets the Path (including file name) where the workspace is located.- Specified by:
getSourcePath
in interfaceSavedWorkspace.ISavedWorkspaceData
- Returns:
- the source path of the workspace
-
getStream
- Throws:
FileNotFoundException
-
getElement
public org.jdom2.Element getElement()
-