Package com.illumon.iris.gui.workspace
Interface SavedWorkspace.ISavedWorkspaceData
- All Known Implementing Classes:
WorkspaceManager.Context
- Enclosing class:
- SavedWorkspace
public static interface SavedWorkspace.ISavedWorkspaceData
-
Method Summary
Modifier and TypeMethodDescriptionGets the Path (including file name) where the workspace is located.
-
Method Details
-
getSourcePath
Path getSourcePath()Gets the Path (including file name) where the workspace is located.- Returns:
- the source path of the workspace
-