public interface IWebResourceSetProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
IWebResourceSetProvider.DefaultImpl
The default implementation creates a new resource set for each resource.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.resource.ResourceSet |
get(java.lang.String resourceId,
IServiceContext serviceContext)
Provides a resource set.
|
org.eclipse.emf.ecore.resource.ResourceSet get(java.lang.String resourceId,
IServiceContext serviceContext)
null, which means that the
request should be processed in stateless mode. Fetching the session from the service
context should be avoided in this case.