net.sf.statcvs.pages
Class ReportSuiteMaker
public class ReportSuiteMaker
TODO: Clean up
$Id: ReportSuiteMaker.java,v 1.5 2008/04/02 11:22:14 benoitx Exp $- Anja Jentzsch
- Benoit Xhenseval (OutputRenderer and ExtraReportRegister interfaces)
Page | toFile() - TODO: Don't throw exception
|
void | toXml() - this method will move away from the ordinary routine taken by
statSVn and will invoke some new classes that are written to generate the xml's
|
BUG_ICON
public static final String BUG_ICON
DELETED_DIRECTORY_ICON
public static final String DELETED_DIRECTORY_ICON
DELETED_FILE_ICON
public static final String DELETED_FILE_ICON
DIRECTORY_ICON
public static final String DIRECTORY_ICON
FILE_ICON
public static final String FILE_ICON
ICON_HEIGHT
public static final int ICON_HEIGHT
ICON_WIDTH
public static final int ICON_WIDTH
WEB_FILE_PATH
public static final String WEB_FILE_PATH
Path to web distribution files inside the distribution JAR, relative to
the
Main
class
ReportSuiteMaker
public ReportSuiteMaker(ReportConfig config,
String notesHTML)
config
- Configuration and data for the report suitenotesHTML
- A note to be inserted on top of the page; might be null
ReportSuiteMaker
public ReportSuiteMaker(ReportConfig config,
String notesHTML,
List additionalPages)
config
- Configuration and data for the report suitenotesHTML
- A note to be inserted on top of the page; might be nulladditionalPages
- A list of Page
s for inclusion in the index page's main menu
toFile
public Page toFile()
throws IOException
TODO: Don't throw exception
toXml
public void toXml()
this method will move away from the ordinary routine taken by
statSVn and will invoke some new classes that are written to generate the xml's