net.sf.statcvs.output
Class HTMLOutput
java.lang.Object
net.sf.statcvs.output.HTMLOutput
- public class HTMLOutput
- extends java.lang.Object
This class creates HTML File output
- Version:
- $Id: HTMLOutput.java,v 1.71 2003/03/24 19:09:22 cyganiak Exp $
- Author:
- Anja Jentzsch
Field Summary |
protected static boolean |
TABLE_LAST_LINE_ON
|
static java.lang.String |
WEB_FILE_PATH
Path to web distribution files inside the distribution JAR,
relative to the Main class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEB_FILE_PATH
public static final java.lang.String WEB_FILE_PATH
- Path to web distribution files inside the distribution JAR,
relative to the
Main
class
- See Also:
- Constant Field Values
TABLE_LAST_LINE_ON
protected static final boolean TABLE_LAST_LINE_ON
- See Also:
- Constant Field Values
HTMLOutput
public HTMLOutput()
createHTMLSuite
public static void createHTMLSuite(CvsContent contentIn)
throws java.io.IOException
- Creates the Suite of HTML Files
- Parameters:
contentIn
- CvsContent file, containg the data
- Throws:
java.io.IOException
- thrown if problems occur with the creation of files
createLOCChart
protected static void createLOCChart(LinesOfCodeIterator locIt,
java.lang.String moduleName)
- Method createLOCChart
create the lines of code chart
- Parameters:
locIt
- the LinesOfCodeIteratormoduleName
-