Class WorkspaceUtilImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWorkspaceLocation​(java.lang.String path)
      Returns the workspace location (absolute path) of path if it is a workspace path, otherwise null.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkspaceUtilImpl

        public WorkspaceUtilImpl()
    • Method Detail

      • getWorkspaceLocation

        public java.lang.String getWorkspaceLocation​(java.lang.String path)
        Returns the workspace location (absolute path) of path if it is a workspace path, otherwise null.
        Specified by:
        getWorkspaceLocation in interface WorkspaceUtil
        Parameters:
        path - the workspace path
        Returns:
        the workspace location (absolute path) of path or null