public class JavaProjectResourceSetInitializer extends java.lang.Object implements IResourceSetInitializer
| Constructor and Description |
|---|
JavaProjectResourceSetInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<org.eclipse.emf.common.util.URI,org.eclipse.emf.common.util.URI> |
computePlatformURIMap(org.eclipse.jdt.core.IJavaProject javaProject) |
void |
initialize(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.core.resources.IProject project)
Initializes the resource set in the context of the given project.
|
public void initialize(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.core.resources.IProject project)
IResourceSetInitializerXtextResourceSet, the implementor
may choose the set the classpath context.
Clients should be careful to not override the settings of other clients, though.initialize in interface IResourceSetInitializerprotected java.util.Map<org.eclipse.emf.common.util.URI,org.eclipse.emf.common.util.URI> computePlatformURIMap(org.eclipse.jdt.core.IJavaProject javaProject)