public interface IGlobalServiceProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
IGlobalServiceProvider.ResourceServiceProviderImpl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
findService(org.eclipse.emf.ecore.EObject eObject,
java.lang.Class<T> serviceClazz) |
<T> T |
findService(org.eclipse.emf.common.util.URI uri,
java.lang.Class<T> serviceClazz) |
<T> T findService(org.eclipse.emf.common.util.URI uri,
java.lang.Class<T> serviceClazz)
URI's language implementation, or null if no
service or language implementation could be found.<T> T findService(org.eclipse.emf.ecore.EObject eObject,
java.lang.Class<T> serviceClazz)
EObject's language implementation, or null if no
service or language implementation could be found.