Class BmAwareResourceValidatorListener

    • Constructor Detail

      • BmAwareResourceValidatorListener

        public BmAwareResourceValidatorListener()
    • Method Detail

      • onComplete

        public void onComplete​(org.eclipse.emf.ecore.resource.Resource resource,
                               List<org.eclipse.xtext.validation.Issue> issues)
        Description copied from interface: IResourceValidatorListener
        The method that gets called upon validation completion.
        Specified by:
        onComplete in interface IResourceValidatorListener
        Parameters:
        resource - validated resource.
        issues - list of issues found during validation process.
      • getMarkerSourceType

        protected abstract String getMarkerSourceType()
        Gets source Id of Bm markers
        Returns:
        source Id of Bm markers, can't be null
      • getUriFragment

        protected abstract String getUriFragment()
        Gets fragment corresponding to the root element of validating resource
        Returns:
        fragment corresponding to the root element of validating resource, can't be null