public interface AnalysisErrorReporterFactory
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
.edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
,
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporterManager
,
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter
Modifier and Type | Method and Description |
---|---|
AnalysisErrorReporter |
getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
Obtain an error reporter to use for AAXL
Resource that holds
an AADL Object model. |
AnalysisErrorReporter getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
Resource
that holds
an AADL Object model. This method
must never return null
. If no factory can be
found/created then it must throw a IllegalArgumentException
.rsrc
- The EMF Resource representing the AAXL object modelnull
.java.lang.IllegalArgumentException
- Thrown if the factory is unable to create an error
reporter for the given resource.