Calculates the report from the source data.
An image file for a chart.
Utility class for chart related stuff.
Checks if all necessary resources are available.
No external resources are necessary for default CSS files, so
nothing is done here
Checks if the local CSS file exists
We could check here if there is a real CSS file at the URL, but
this would require net access, so we just do nothing.
A LOC and Churn Chart shows both the LOC and the number of lines touched per
day, this allows you to see the evolution of lines of code and the amount of
changes.
Override StreamHandler.close to do a flush but not
to close the output stream.
An abstract base class for table columns.
Constructor for CommandLineParser
Represents a commit, which may consist of several
Revision
objects.
Creates a new instance which consists of the given revision.
Takes a set of revisions, and builds a
List
of
Commit
s from it.
Creates a new instance using the given set of
Revision
s.
Class for formatting a list of commits as HTML.
Creates a new instance for the list of commits.
Creates a new instance for the list of commits.
This is a mere copy of the CommitListFormatter class with dfew minor changes done
Class for formatting a list of commits as XML.
Creates a new instance for the list of commits.
Creates a new instance for the list of commits.
Produces the commit scatter chart.
Creates a new CommitScatterChartMaker.
Compares the instance to another author, using their login names.
Compares this commit to another revision, based on their date.
Compares this directory to another one, based on their full names.
Compares this revision to another revision.
Compares this file to another one, based on filename.
Thrown on missing/illegal configuration arguments.
Class for storing all command line parameters.
Customized console logging handler.
Constructor for ConsoleOutErrHandler.
A simplified copy of java.util.logging.ConsoleHandler
.
Create a ConsoleOutHandler for System.out.
Returns true
if the map contains a value
for this key.
Copy a InputStream into a File
Copyies a file to a specified desitination
Copies a file from a URL into the report.
Writes a chart image file.
Creates a
List
of
Commit
s from the source iterator.
Returns a Repository object of all files.
Creates any necessary output files.
Extracts the CSS file from the distribution JAR and saves it
into the output directory
Copies the local CSS file to the output directory
We don't create any output files.
Creates an empty report page.
Factory method for creating a new root directory.
Factory method for creating a new subdirectory.
Manager for the handling of CSS files.
Default Constructor CvsFileBlockParser.
Interface for defining a Builder that constructs a data structure from
a CVS logfile.
Utility class containing various methods related to CVS logfile parsing
Parses all revisions of one file.
Default Constructor CvsRevisionParser.