|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.AbstractBuilder
@NotThreadSafe public abstract class AbstractBuilder
Base implementation for searching the source path for relevant elements.
Field Summary | |
---|---|
protected ReportConfiguration |
configuration The configuration to control the generation of the report. |
protected com.thoughtworks.qdox.library.ErrorHandler |
errorHandler The error handler to log parsing problems. |
protected com.thoughtworks.qdox.JavaProjectBuilder |
javaProjectBuilder The parser of the Java sources. |
protected List<ReportProblem> |
problems The list of problems encountered while parsing sources and fetching report information. |
protected RuntimeUtils |
runtimeUtils Utils to instantiate classes. |
Constructor Summary | |
---|---|
protected |
AbstractBuilder(ReportConfiguration configuration) Default constructor. |
Method Summary | |
---|---|
ReportConfiguration |
getConfiguration() Returns the configuration to control the generation of the report. |
protected void |
notifyOfParseProblems(ExceptionCodesReport report) Adds reported problems to the report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ReportConfiguration configuration
protected final com.thoughtworks.qdox.JavaProjectBuilder javaProjectBuilder
protected final com.thoughtworks.qdox.library.ErrorHandler errorHandler
protected final List<ReportProblem> problems
protected final RuntimeUtils runtimeUtils
Constructor Detail |
---|
protected AbstractBuilder(ReportConfiguration configuration)
configuration
- the configuration to control the generation of the report.
Method Detail |
---|
public final ReportConfiguration getConfiguration()
protected final void notifyOfParseProblems(ExceptionCodesReport report)
report
- the report to report problems to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |