public static final class StandaloneProjectMap.LoadDynamicResourceStrategy extends Object
| Modifier and Type | Field and Description |
|---|---|
static ProjectManager.IResourceLoadStrategy |
INSTANCE |
| Constructor and Description |
|---|
LoadDynamicResourceStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addedDynamicResource(ProjectManager.IResourceLoadStatus resourceLoadStatus,
Resource resource)
Respond to the explicit addition of a yet to be loaded Ecore model in the user's ResourceSet.
|
EPackage |
getEPackage(ProjectManager.IPackageLoadStatus packageLoadStatus)
Load and return the EPackage in response to an EPackage.Registry access through an EPackageDescriptor.
|
void |
unloadedResource(ProjectManager.IResourceLoadStatus packageLoadStatus)
Respond to the notification that the resource has been unloaded.
|
public static final ProjectManager.IResourceLoadStrategy INSTANCE
public void addedDynamicResource(ProjectManager.IResourceLoadStatus resourceLoadStatus, Resource resource)
ProjectManager.IResourceLoadStrategyaddedDynamicResource in interface ProjectManager.IResourceLoadStrategypublic EPackage getEPackage(ProjectManager.IPackageLoadStatus packageLoadStatus)
ProjectManager.IResourceLoadStrategypublic void unloadedResource(ProjectManager.IResourceLoadStatus packageLoadStatus)
ProjectManager.IResourceLoadStrategyCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.