public static interface IResourceDescription.Manager
| Modifier and Type | Method and Description | 
|---|---|
IResourceDescription.Delta | 
createDelta(IResourceDescription oldDescription,
           IResourceDescription newDescription)  | 
IResourceDescription | 
getResourceDescription(org.eclipse.emf.ecore.resource.Resource resource)  | 
boolean | 
isAffected(java.util.Collection<IResourceDescription.Delta> deltas,
          IResourceDescription candidate,
          IResourceDescriptions context)
Batch operation to check whether a description is affected by any given delta in
 the given context. 
 | 
boolean | 
isAffected(IResourceDescription.Delta delta,
          IResourceDescription candidate)  | 
IResourceDescription getResourceDescription(org.eclipse.emf.ecore.resource.Resource resource)
IResourceDescription.Delta createDelta(IResourceDescription oldDescription, IResourceDescription newDescription)
boolean isAffected(IResourceDescription.Delta delta, IResourceDescription candidate) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if this manager is not responsible for the given candidate.boolean isAffected(java.util.Collection<IResourceDescription.Delta> deltas, IResourceDescription candidate, IResourceDescriptions context) throws java.lang.IllegalArgumentException
false whenever
 possible, e.g. check the deltas against the visible containers.deltas - List of deltas to check. May not be null.candidate - The description to check. May not be null.context - The current context of the batch operation. May not be null.java.lang.IllegalArgumentException - if this manager is not responsible for the given candidate.