Package org.eclipse.m2m.atl.emftvm.util
Class WorkspaceUtilImpl
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.WorkspaceUtilImpl
- All Implemented Interfaces:
WorkspaceUtil
WorkspaceUtil
implementation class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWorkspaceLocation
(String path) Returns the workspace location (absolute path) ofpath
if it is a workspace path, otherwisenull
.
-
Constructor Details
-
WorkspaceUtilImpl
public WorkspaceUtilImpl()
-
-
Method Details
-
getWorkspaceLocation
Returns the workspace location (absolute path) ofpath
if it is a workspace path, otherwisenull
.- Specified by:
getWorkspaceLocation
in interfaceWorkspaceUtil
- Parameters:
path
- the workspace path- Returns:
- the workspace location (absolute path) of
path
ornull
-