|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnalysisErrorReporterFactory
Defines the interface for factories that create instances of
AnalysisErrorReporter
.
AnalysisErrorReporter
,
AnalysisErrorReporterManager
,
ParseErrorReporter
Method Summary | |
---|---|
AnalysisErrorReporter |
getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
Obtain an error reporter to use for AAXL Resource that holds
an AADL Object model. |
Method Detail |
---|
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 model
null
.
java.lang.IllegalArgumentException
- Thrown if the factory is unable to create an error
reporter for the given resource.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |