public interface IStorage2UriMapper
URI for an IStorage
and vice versa.| Modifier and Type | Method and Description |
|---|---|
Map<org.eclipse.emf.common.util.URI,org.eclipse.core.resources.IStorage> |
getAllEntries(org.eclipse.core.resources.IContainer container) |
Iterable<Pair<org.eclipse.core.resources.IStorage,org.eclipse.core.resources.IProject>> |
getStorages(org.eclipse.emf.common.util.URI uri)
Find the storages that can be mapped to the given URI.
|
org.eclipse.emf.common.util.URI |
getUri(org.eclipse.core.resources.IStorage storage)
Returns the URI for the given
IStorage or null if no valid URI exists. |
Iterable<Pair<org.eclipse.core.resources.IStorage,org.eclipse.core.resources.IProject>> getStorages(org.eclipse.emf.common.util.URI uri)
IStorage associated with one IProject but
in the case that the same external class folder or jar is referenced in
multiple projects multiple IStorages are returned.uri - the URI. May not be null.null.org.eclipse.emf.common.util.URI getUri(org.eclipse.core.resources.IStorage storage)
IStorage or null if no valid URI exists.IStorage or null.Map<org.eclipse.emf.common.util.URI,org.eclipse.core.resources.IStorage> getAllEntries(org.eclipse.core.resources.IContainer container)
Copyright © 2016. All Rights Reserved.