Package org.eclipse.m2m.atl.emftvm.util
Interface WorkspaceUtil
- All Known Implementing Classes:
WorkspaceUtilImpl
public interface WorkspaceUtil
Eclipse workspace utility.
-
Method Summary
Modifier and TypeMethodDescriptiongetWorkspaceLocation(String path) Returns the workspace location (absolute path) ofpathif it is a workspace path, otherwisenull.
-
Method Details
-
getWorkspaceLocation
Returns the workspace location (absolute path) ofpathif it is a workspace path, otherwisenull.- Parameters:
path- the workspace path- Returns:
- the workspace location (absolute path) of
pathornull
-