Interface WorkspaceUtil

All Known Implementing Classes:
WorkspaceUtilImpl

public interface WorkspaceUtil
Eclipse workspace utility.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the workspace location (absolute path) of path if it is a workspace path, otherwise null.
  • Method Details

    • getWorkspaceLocation

      String getWorkspaceLocation(String path)
      Returns the workspace location (absolute path) of path if it is a workspace path, otherwise null.
      Parameters:
      path - the workspace path
      Returns:
      the workspace location (absolute path) of path or null