public static final class StandaloneProjectMap.LoadBothStrategy extends Object
| Modifier and Type | Field and Description |
|---|---|
static ProjectManager.IResourceLoadStrategy |
INSTANCE |
| Constructor and Description |
|---|
LoadBothStrategy() |
| 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.
|
void |
addedGeneratedPackage(ProjectManager.IPackageLoadStatus packageLoadStatus,
EPackage ePackage)
Respond to the explicit addition of a generated EPackage 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.
|
void |
useGeneratedResource(ProjectManager.IResourceLoadStatus resourceLoadStatus,
Resource resource)
Respond to the explicit notification of a generated resource.
|
public static final ProjectManager.IResourceLoadStrategy INSTANCE
public void addedDynamicResource(ProjectManager.IResourceLoadStatus resourceLoadStatus, Resource resource)
ProjectManager.IResourceLoadStrategyaddedDynamicResource in interface ProjectManager.IResourceLoadStrategypublic void addedGeneratedPackage(ProjectManager.IPackageLoadStatus packageLoadStatus, EPackage ePackage)
ProjectManager.IResourceLoadStrategyaddedGeneratedPackage in interface ProjectManager.IResourceLoadStrategypublic EPackage getEPackage(ProjectManager.IPackageLoadStatus packageLoadStatus)
ProjectManager.IResourceLoadStrategypublic void unloadedResource(ProjectManager.IResourceLoadStatus packageLoadStatus)
ProjectManager.IResourceLoadStrategypublic void useGeneratedResource(ProjectManager.IResourceLoadStatus resourceLoadStatus, Resource resource)
ProjectManager.IResourceLoadStrategyuseGeneratedResource in interface ProjectManager.IResourceLoadStrategyCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.