getProjectByRawPath(String rawPath) Tries to find an EclipseProject in the workspace and either
returns its instance or null in the case it's not found.
Returns Workspace instance representing Eclipse Workspace
found in the given workspaceDir. If a workspace is not found
in the specified directory, null is returned.
either a Workspace instance or null if a givenworkspaceDir doesn't contain valid Eclipse workspace.