Details
Description
Support scheme "resource" in data access manager.
Currently all files in the Eclipse workspace are managed under the org.eclipse.core.resource API. Since the IResource object can provide the URI, we can simply do an URI conversion and reuse the EFSDataProvider.
The URI format is:
resource://<project_id>/<resource_path>