public static final class LogParseErrorReporter.Factory extends java.lang.Object implements ParseErrorReporterFactory
Constructor and Description |
---|
LogParseErrorReporter.Factory(org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
ParseErrorReporter |
getReporterFor(org.eclipse.core.resources.IResource aadlRsrc)
The given AADL IResource is allowed to be
null . |
public LogParseErrorReporter.Factory(org.osgi.framework.Bundle bundle)
public ParseErrorReporter getReporterFor(org.eclipse.core.resources.IResource aadlRsrc)
null
.getReporterFor
in interface ParseErrorReporterFactory
aadlRsrc
- The IResource
of the aadl text file for which
an error reporter should be generated. May be
null
, but see above.null
.