|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ch.elca.dependency.report.ReportManager
ReportManager used as an intermediary to create and
manage Reports on the analyzed Project.
Report,
DependencyModel| Constructor Summary | |
ReportManager()
|
|
| Method Summary | |
static Report |
createReport(DependencyModel dependencyModel)
Create a Report on the specified RawModel and
DependencyModel. |
static Report |
createReport(java.lang.String reportConfig,
DependencyModel dependencyModel)
Create a Report on the specified RawModel and
DependencyModel. |
static java.lang.Class[] |
getAvailableFormatters()
import ch.elca.dependency.core.Filter; Returns all available Formatter classes that can be used to format a Report. |
static java.lang.Class[] |
getAvailableReportInfos()
Returns all available ReportInfo classes that can be used to build a Report. |
static void |
performReporting(DependencyContext dependencyContext)
Perform reporting accordingly to the settings provided within the Hashtable argument. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportManager()
| Method Detail |
public static Report createReport(DependencyModel dependencyModel)
throws ReportException
RawModel and
DependencyModel.
Report value
ReportException - if an error occurs
public static Report createReport(java.lang.String reportConfig,
DependencyModel dependencyModel)
throws ReportException
RawModel and
DependencyModel.
reportConfig - Filename of the Report config File
Report value
ReportException - if an error occurs
public static void performReporting(DependencyContext dependencyContext)
throws ReportException
ReportException - if an error occurspublic static java.lang.Class[] getAvailableReportInfos()
ReportInfo[] valuepublic static java.lang.Class[] getAvailableFormatters()
Class[] value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||