Package com._1c.g5.v8.dt.bsl.validation
Class BslNotifyingResourceValidator
- java.lang.Object
- 
- org.eclipse.xtext.validation.ResourceValidatorImpl
- 
- com._1c.g5.v8.dt.lcore.validation.NotifyingResourceValidator
- 
- com._1c.g5.v8.dt.bsl.validation.BslNotifyingResourceValidator
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.xtext.validation.IResourceValidator
 
 public class BslNotifyingResourceValidator extends NotifyingResourceValidator DelegatingIResourceValidatorimplementation that notifies its listeners upon validation completion.
- 
- 
Constructor SummaryConstructors Constructor Description BslNotifyingResourceValidator(com.google.inject.Injector injector)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidnotifyListeners(org.eclipse.emf.ecore.resource.Resource resource, List<org.eclipse.xtext.validation.Issue> issues)Notifies allIResourceValidatorListenerprotected voidresolveProxies(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.util.CancelIndicator monitor)List<org.eclipse.xtext.validation.Issue>validate(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.validation.CheckMode mode, org.eclipse.xtext.util.CancelIndicator indicator)- 
Methods inherited from class org.eclipse.xtext.validation.ResourceValidatorImplcollectResourceDiagnostics, createAcceptor, getDiagnosticConverter, getDiagnostician, getOperationCanceledManager, issueFromEValidatorDiagnostic, issueFromXtextResourceDiagnostic, setDiagnosticConverter, setDiagnostician, validate, validate
 
- 
 
- 
- 
- 
Method Detail- 
validatepublic List<org.eclipse.xtext.validation.Issue> validate(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.validation.CheckMode mode, org.eclipse.xtext.util.CancelIndicator indicator) - Specified by:
- validatein interface- org.eclipse.xtext.validation.IResourceValidator
- Overrides:
- validatein class- NotifyingResourceValidator
 
 - 
resolveProxiesprotected void resolveProxies(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.util.CancelIndicator monitor)- Overrides:
- resolveProxiesin class- org.eclipse.xtext.validation.ResourceValidatorImpl
 
 - 
notifyListenersprotected void notifyListeners(org.eclipse.emf.ecore.resource.Resource resource, List<org.eclipse.xtext.validation.Issue> issues)Description copied from class:NotifyingResourceValidatorNotifies allIResourceValidatorListener- Overrides:
- notifyListenersin class- NotifyingResourceValidator
- Parameters:
- resource- actual validating resource, can't be- null
- issues- found- Issue, can't be- null
 
 
- 
 
-