|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.output.HTMLOutput
This class creates HTML File output
Field Summary | |
static int |
AUTHORS_PER_ACTIVITY_CHART
number of authors per activity chart |
static java.lang.String |
DELETED_DIRECTORY_ICON
Filename for deleted folder icon |
static java.lang.String |
DELETED_FILE_ICON
Filename for deleted file icon |
static java.lang.String |
DIRECTORY_ICON
Filename for folder icon |
static java.lang.String |
FILE_ICON
Filename for file icon |
static int |
ICON_HEIGHT
Height of file icons |
static int |
ICON_WIDTH
Width of file icons |
static int |
IMAGE_HEIGHT
standard image height |
static int |
IMAGE_WIDTH
standard image width |
static int |
LOC_IMAGE_HEIGHT
loc image height |
static int |
LOC_IMAGE_WIDTH
loc image width |
static int |
MOST_RECENT_COMMITS_LENGTH
Length for Most Recent Commits list in Author pages and Directory pages |
static int |
SMALL_IMAGE_HEIGHT
small image height |
static int |
SMALL_IMAGE_WIDTH
small image width |
static java.lang.String |
WEB_FILE_PATH
Path to web distribution files inside the distribution JAR, relative to the Main class |
Constructor Summary | |
HTMLOutput(CvsContent content)
Creates a new HTMLOutput object for the given repository |
Method Summary | |
void |
createHTMLSuite()
Creates the Suite of HTML Files |
static java.lang.String |
getActivityDayChartFilename(Author author)
|
static java.lang.String |
getActivityTimeChartFilename(Author author)
|
static java.lang.String |
getAuthorPageFilename(Author author)
|
static java.lang.String |
getCodeDistributionChartFilename(Author author)
|
static java.lang.String |
getDirectoryLocChartFilename(Directory directory)
Returns the filename for a directory's LOC chart |
static java.lang.String |
getDirectoryPageFilename(Directory directory)
Returns the filename for a direcotry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String WEB_FILE_PATH
Main
class
public static final java.lang.String DIRECTORY_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 static final int MOST_RECENT_COMMITS_LENGTH
public static final int IMAGE_WIDTH
public static final int IMAGE_HEIGHT
public static final int SMALL_IMAGE_WIDTH
public static final int SMALL_IMAGE_HEIGHT
public static final int LOC_IMAGE_WIDTH
public static final int LOC_IMAGE_HEIGHT
public static final int AUTHORS_PER_ACTIVITY_CHART
Constructor Detail |
public HTMLOutput(CvsContent content)
content
- the repositoryMethod Detail |
public void createHTMLSuite() throws java.io.IOException
java.io.IOException
- thrown if problems occur with the creation of filespublic static java.lang.String getDirectoryPageFilename(Directory directory)
directory
- a directory
public static java.lang.String getDirectoryLocChartFilename(Directory directory)
directory
- a directory
public static java.lang.String getAuthorPageFilename(Author author)
author
- an author
public static java.lang.String getActivityTimeChartFilename(Author author)
author
- an author
public static java.lang.String getActivityDayChartFilename(Author author)
author
- an author
public static java.lang.String getCodeDistributionChartFilename(Author author)
author
- an author
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |