public interface IResourceValidator
| Modifier and Type | Field and Description |
|---|---|
static IResourceValidator |
NULL |
static final IResourceValidator NULL
List<Issue> validate(org.eclipse.emf.ecore.resource.Resource resource, CheckMode mode, CancelIndicator indicator) throws OperationCanceledError
mode. An optional CancelIndicator
may be provide to allow the method to exit early in case the long running validation was canceled by the
user.OperationCanceledError - if the validation was cancelled, the method may exit with an OperationCanceledErrorCopyright © 2015. All Rights Reserved.