A B C D E F G H I K L M N O P R S T U V W

S

SMALL_IMAGE_HEIGHT - Static variable in class net.sf.statcvs.output.HTMLOutput
small image height
SMALL_IMAGE_WIDTH - Static variable in class net.sf.statcvs.output.HTMLOutput
small image width
SORT_BY_LINES - Static variable in class net.sf.statcvs.reports.AbstractLocTableReport
Sort the authors table by lines of code
SORT_BY_NAME - Static variable in class net.sf.statcvs.reports.AbstractLocTableReport
Sort the authors table by name
SPACE_COUNT - Static variable in class net.sf.statcvs.output.HTMLPage
 
SimpleTextColumn - class net.sf.statcvs.reportmodel.SimpleTextColumn.
A generic text column without any special behaviour.
SimpleTextColumn(String) - Constructor for class net.sf.statcvs.reportmodel.SimpleTextColumn
Creates a new SimpleTextColumn with the given head
StackedBarChart - class net.sf.statcvs.renderer.StackedBarChart.
Class for producing stacked bar charts
StackedBarChart(CvsContent, String, String) - Constructor for class net.sf.statcvs.renderer.StackedBarChart
creates an Stacked Bar Chart
StatCvsTask - class net.sf.statcvs.ant.StatCvsTask.
Ant task for running statcvs.
StatCvsTask() - Constructor for class net.sf.statcvs.ant.StatCvsTask
Constructor for StatCvsTask.
saveChart(int, int, String) - Method in class net.sf.statcvs.renderer.Chart
save chart as PNG, restore old file name
saveChart(int, int) - Method in class net.sf.statcvs.renderer.Chart
save chart as PNG
setAtticFileNames(Set) - Method in class net.sf.statcvs.output.ChoraIntegration
 
setAtticFileNames(Set) - Method in class net.sf.statcvs.output.CvswebIntegration
 
setAtticFileNames(Set) - Method in class net.sf.statcvs.output.ViewCvsIntegration
 
setAtticFileNames(Set) - Method in interface net.sf.statcvs.output.WebRepositoryIntegration
Sets the files that are "in the attic", in the CVS sense.
setChart(JFreeChart) - Method in class net.sf.statcvs.renderer.Chart
set chart
setCheckedOutDirectory(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the checkedOutDirectory.
setChoraURL(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setChoraURL(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the URL to a Chora web-based CVS browser.
setComment(String) - Method in class net.sf.statcvs.input.RevisionData
 
setCommits(List) - Method in class net.sf.statcvs.model.CvsContent
Sets the list of commits.
setCssFile(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setCssFile(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the cssFile.
setCvsLogFile(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setCvswebURL(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setCvswebURL(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the URL to a cvsweb web-based CVS browser.
setDate(Date) - Method in class net.sf.statcvs.input.RevisionData
 
setDebugLogging() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the logging level to debug
setExcludeFiles(String) - Method in class net.sf.statcvs.ant.StatCvsTask
Specifies files to exclude from the analysis.
setExcludePattern(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets a file exclude pattern list.
setFileName(String) - Method in class net.sf.statcvs.output.HTMLPage
 
setIncludeFiles(String) - Method in class net.sf.statcvs.ant.StatCvsTask
Specifies files to include in the analysis.
setIncludePattern(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets a file include pattern list.
setInitialValue(int) - Method in class net.sf.statcvs.reportmodel.TimeLine
Sets the initial value of the time line, that is the value just before the first data point.
setKeysInFirstColumn(boolean) - Method in class net.sf.statcvs.reportmodel.Table
set if the first column contains keys that identify each row
setLines(int, int) - Method in class net.sf.statcvs.input.RevisionData
Sets the number of added and removed lines.
setLogFileName(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the logFileName.
setLoginName(String) - Method in class net.sf.statcvs.input.RevisionData
 
setNotesFile(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setNotesFile(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the name of the notes file.
setOutputDir(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the outputDir.
setOutputDirectory(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setPageName(String) - Method in class net.sf.statcvs.output.HTMLPage
 
setProjectDirectory(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setProjectName(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets a project title to be used in the reports
setRevisionNumber(String) - Method in class net.sf.statcvs.input.RevisionData
Sets the revision number.
setShowPercentages(boolean) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Set if the values should be shown as percentages
setShowTotals(boolean) - Method in class net.sf.statcvs.reportmodel.Table
set if totals of each column should be shown
setShowValues(boolean) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Set if the actual integer values should be shown
setStateDead() - Method in class net.sf.statcvs.input.RevisionData
 
setStateExp() - Method in class net.sf.statcvs.input.RevisionData
 
setSum(int) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Sets the sum of the column.
setTitle(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setTotal(String) - Method in class net.sf.statcvs.reportmodel.GenericColumn
Sets the total for this column
setVerboseLogging() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the logging level to verbose
setViewCvsURL(String) - Static method in class net.sf.statcvs.output.ConfigurationOptions
Sets the URL to a ViewCVS web-based CVS browser.
setViewcvsURL(String) - Method in class net.sf.statcvs.ant.StatCvsTask
 
setWithIcon(boolean) - Method in class net.sf.statcvs.reportmodel.FileColumn
Specifies if each cell should be rendered with an icon representing the file
showTotals() - Method in class net.sf.statcvs.reportmodel.Table
Returns if totals of each column should be shown
size() - Method in class net.sf.statcvs.util.IntegerMap
Returns the number of key-value pairs stored in the map.
strong(String) - Method in class net.sf.statcvs.output.HTMLPage
 
sum() - Method in class net.sf.statcvs.util.IntegerMap
Returns the sum of all values in the map.

A B C D E F G H I K L M N O P R S T U V W