@Beta
public interface IResourceSetInitializer
SharedStateContribution to participate
 in the initialization of a resource set that is produced by the
 builder, other languages or some other client of the IResourceSetProvider.
 
 Clients may choose to implement the interface and use it for their
 own purpose but usually its recommend to use a dedicated protocol or 
 implementation for custom initialization logic.| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
void initialize(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
              org.eclipse.core.resources.IProject project)
XtextResourceSet, the implementor
 may choose the set the classpath context.
 Clients should be careful to not override the settings of other clients, though.