public class ClusteringStorageAwareResourceLoader
extends java.lang.Object
| Constructor and Description |
|---|
ClusteringStorageAwareResourceLoader(BuildContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearResourceSet()
Remove all resoures from the resource set without delivering notifications.
|
<T> java.lang.Iterable<T> |
executeClustered(java.lang.Iterable<org.eclipse.emf.common.util.URI> uris,
org.eclipse.xtext.xbase.lib.Functions.Function1<? super org.eclipse.emf.ecore.resource.Resource,? extends T> operation)
Execute the given operation in a clustered fashion.
|
protected boolean |
isSource(org.eclipse.emf.common.util.URI uri)
Return true if the given uri must be loaded from source.
|
public ClusteringStorageAwareResourceLoader(BuildContext context)
public <T> java.lang.Iterable<T> executeClustered(java.lang.Iterable<org.eclipse.emf.common.util.URI> uris,
org.eclipse.xtext.xbase.lib.Functions.Function1<? super org.eclipse.emf.ecore.resource.Resource,? extends T> operation)
protected boolean isSource(org.eclipse.emf.common.util.URI uri)
protected void clearResourceSet()