public static final class MarkerAnalysisErrorReporter.Factory extends java.lang.Object implements AnalysisErrorReporterFactory
ParseErrorReporterFactory
that is used when it is unable to
find an IResource
for the given Resource.Constructor and Description |
---|
MarkerAnalysisErrorReporter.Factory(java.lang.String mt) |
MarkerAnalysisErrorReporter.Factory(java.lang.String mt,
AnalysisErrorReporterFactory sndFact) |
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. |
public MarkerAnalysisErrorReporter.Factory(java.lang.String mt, AnalysisErrorReporterFactory sndFact)
public MarkerAnalysisErrorReporter.Factory(java.lang.String mt)
public AnalysisErrorReporter getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
AnalysisErrorReporterFactory
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
.getReporterFor
in interface AnalysisErrorReporterFactory
rsrc
- The EMF Resource representing the AAXL object modelnull
.