Package | Description |
---|---|
org.osate.aadl2.modelsupport.errorreporting |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnalysisErrorReporter
Base implementation that makes sure messages counts are updated.
|
class |
AnalysisToParseErrorReporterAdapter |
class |
ChainedAnalysisErrorReporter |
class |
LogAnalysisErrorReporter
An analysis error reporter to sends error messages to the Eclipse "Error"
view/log.
|
class |
MarkerAnalysisErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
that reports errors as markers on the aaxl object models. |
class |
NullAnalysisErrorReporter |
class |
QueuingAnalysisErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors by storing them in a queue that can be retreived by calling
QueuingAnalysisErrorReporter.getErrors() . |
class |
StringBufferAnalysisErrorReporter |
class |
WriterAnalysisErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter that outputs
the messages to a Java Writer . |
Modifier and Type | Method and Description |
---|---|
AnalysisErrorReporter |
AnalysisErrorReporterManager.getReporter(org.eclipse.emf.ecore.resource.Resource rsrc)
Get the error reporter that is associated with the given
Resource . |
AnalysisErrorReporter |
WriterAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
The given AADL IResource is allowed to be
null . |
AnalysisErrorReporter |
StringBufferAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc) |
AnalysisErrorReporter |
MarkerAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc) |
AnalysisErrorReporter |
LogAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc) |
AnalysisErrorReporter |
ChainedAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc) |
AnalysisErrorReporter |
AnalysisToParseErrorReporterAdapter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc) |
AnalysisErrorReporter |
AnalysisErrorReporterFactory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
Obtain an error reporter to use for AAXL
Resource that holds
an AADL Object model. |