Class: slreportgen.report.SystemHierarchy
Package: slreportgen.report
Create custom system hierarchy reporter class
reporter = slreportgen.report.SystemHierarchy.customizeReporter(classpath)
creates a class definition file that defines a subclass of
reporter
= slreportgen.report.SystemHierarchy.customizeReporter(classpath
)slreportgen.report.SystemHierarchy
at the location specified by
classpath
. This method also copies the default reporter templates to the
resources/templates
subfolder of the folder that contains the class
definition file. You can use the class definition file as a starting point to design a custom
system hierarchy reporter class for your report.