public interface IResourceLoader
Modifier and Type | Interface and Description |
---|---|
static interface |
IResourceLoader.LoadOperation
The Interface LoadOperation.
|
static class |
IResourceLoader.LoadOperationException
The Class LoadOperationException.
|
static class |
IResourceLoader.LoadResult
Represents a resource with its associated
URI , which was used to load or look up the resource from its ResourceSet
Note, that the URI returned from IResourceLoader.LoadResult.getUri() must not neccessarily be equals to what'S returned by IResourceLoader.LoadResult.getResource() .getURI(). |
static interface |
IResourceLoader.Sorter |
Modifier and Type | Method and Description |
---|---|
IResourceLoader.LoadOperation |
create(org.eclipse.emf.ecore.resource.ResourceSet parent,
org.eclipse.core.resources.IProject project)
Create a LoadOperation.
|
IResourceLoader.LoadOperation create(org.eclipse.emf.ecore.resource.ResourceSet parent, org.eclipse.core.resources.IProject project)
parent
- the parent ResourceSet