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 |
---|---|
IPath |
computeFixedPath(IStorage storage)
Allows EMF compare to query for the real path of the given IStorage.
|
IPath computeFixedPath(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, 2014 Obeo and others. All rights reserved.