public interface IStoragePathProvider
path.
 Implementers can provide an adapter from a given IStorage implementation to a sub-class of this interface to provide EMF Compare with a mean to compute the correct path.
| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.core.runtime.IPath | computeFixedPath(org.eclipse.core.resources.IStorage storage)Allows EMF compare to query for the real path of the given IStorage. | 
org.eclipse.core.runtime.IPath computeFixedPath(org.eclipse.core.resources.IStorage storage)
 The returned path must be workspace-relative and may not be null. The resource pointed to
 by this path is not required to exist locally.
 
storage - The storage for which we seek a useable path.null.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.