public class ReportSuiteMaker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUG_ICON |
static java.lang.String |
DELETED_DIRECTORY_ICON |
static java.lang.String |
DELETED_FILE_ICON |
static java.lang.String |
DIRECTORY_ICON |
static java.lang.String |
FILE_ICON |
static int |
ICON_HEIGHT |
static int |
ICON_WIDTH |
static java.lang.String |
TWEET_THIS_ICON |
static java.lang.String |
TWEET_THIS_SMALL |
static java.lang.String |
WEB_FILE_PATH
Path to web distribution files inside the distribution JAR, relative to
the
Main class |
Constructor and Description |
---|
ReportSuiteMaker(ReportConfig config,
java.lang.String notesHTML) |
ReportSuiteMaker(ReportConfig config,
java.lang.String notesHTML,
java.util.List additionalPages) |
Modifier and Type | Method and Description |
---|---|
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
|
public static final java.lang.String WEB_FILE_PATH
Main
classpublic static final java.lang.String DIRECTORY_ICON
public static final java.lang.String BUG_ICON
public static final java.lang.String TWEET_THIS_SMALL
public static final java.lang.String TWEET_THIS_ICON
public static final java.lang.String DELETED_DIRECTORY_ICON
public static final java.lang.String FILE_ICON
public static final java.lang.String DELETED_FILE_ICON
public static final int ICON_WIDTH
public static final int ICON_HEIGHT
public ReportSuiteMaker(ReportConfig config, java.lang.String notesHTML)
config
- Configuration and data for the report suitenotesHTML
- A note to be inserted on top of the page; might be nullpublic ReportSuiteMaker(ReportConfig config, java.lang.String notesHTML, java.util.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 menupublic void toXml()
public Page toFile() throws java.io.IOException
java.io.IOException
- on error while writing the files