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) ofpathif it is a workspace path, otherwisenull.
-
Constructor Details
-
WorkspaceUtilImpl
public WorkspaceUtilImpl()
-
-
Method Details
-
getWorkspaceLocation
Returns the workspace location (absolute path) ofpathif it is a workspace path, otherwisenull.- Specified by:
getWorkspaceLocationin interfaceWorkspaceUtil- Parameters:
path- the workspace path- Returns:
- the workspace location (absolute path) of
pathornull
-