Package net.sf.statcvs.pages
Class ReportSuiteMaker
java.lang.Object
net.sf.statcvs.pages.ReportSuiteMaker
TODO: Clean up
- Version:
- $Id: ReportSuiteMaker.java,v 1.11 2009/08/22 10:30:42 benoitx Exp $
- Author:
- Anja Jentzsch, Benoit Xhenseval (OutputRenderer and ExtraReportRegister interfaces)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final int
static final int
static final String
static final String
static final String
Path to web distribution files inside the distribution JAR, relative to theMain
class -
Constructor Summary
ConstructorsConstructorDescriptionReportSuiteMaker
(ReportConfig config, String notesHTML) ReportSuiteMaker
(ReportConfig config, String notesHTML, List additionalPages) -
Method Summary
-
Field Details
-
WEB_FILE_PATH
Path to web distribution files inside the distribution JAR, relative to theMain
class- See Also:
-
DIRECTORY_ICON
- See Also:
-
BUG_ICON
- See Also:
-
TWEET_THIS_SMALL
- See Also:
-
TWEET_THIS_ICON
- See Also:
-
DELETED_DIRECTORY_ICON
- See Also:
-
FILE_ICON
- See Also:
-
DELETED_FILE_ICON
- See Also:
-
ICON_WIDTH
public static final int ICON_WIDTH- See Also:
-
ICON_HEIGHT
public static final int ICON_HEIGHT- See Also:
-
-
Constructor Details
-
ReportSuiteMaker
- Parameters:
config
- Configuration and data for the report suitenotesHTML
- A note to be inserted on top of the page; might be null
-
ReportSuiteMaker
- Parameters:
config
- Configuration and data for the report suitenotesHTML
- A note to be inserted on top of the page; might be nulladditionalPages
- A list ofPage
s for inclusion in the index page's main menu
-
-
Method Details
-
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 -
toFile
TODO: Don't throw exception- Throws:
IOException
- on error while writing the files
-