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

G

get(Object) - Method in class net.sf.statcvs.util.IntegerMap
Gets a value from the map.
getAbsoluteName(String, String) - Static method in class net.sf.statcvs.util.FileUtils
Concatenates path and filename to an absolute filename by inserting the system file separator.
getAffectedFiles() - Method in class net.sf.statcvs.model.Commit
Returns a String Set containing all filenames which were affected by this Commit.
getAllFiles() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns a set of all CvsFile objects which are affected by the revisions in the source set.
getAllModules() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns a set of all Strings containing all module names which show up in the source set.
getAllUsers() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns a set of all user names which have committed revisions in the source set.
getAuthor() - Method in class net.sf.statcvs.model.Commit
Returns the author of the commit
getAuthor() - Method in class net.sf.statcvs.model.CvsRevision
Returns the author.
getBoldText(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns bolded HTML code for a given String
getBranchName() - Method in class net.sf.statcvs.model.CvsRevision
Returns the branch name of the file.
getChangeCount() - Method in class net.sf.statcvs.model.Commit
Returns the number of individual changes which make up this commit.
getChanges() - Method in class net.sf.statcvs.model.Commit
Returns a list of CvsRevision objects, which make up this commit.
getChangesPerUser(String) - Method in class net.sf.statcvs.model.CvsContent
Returns a list of files, the user commited in repository.
getCheckedOutDirectory() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getCheckedOutDirectory.
getChild(String) - Method in class net.sf.statcvs.model.CvsModule
Returns a child module, specified by pathname
getChildrenIterator() - Method in class net.sf.statcvs.model.CvsModule
Returns an iterator over the children list of this module.
getColumnNames() - Method in class net.sf.statcvs.model.StatCvsTableModel
Returns the columnNames
getComment() - Method in class net.sf.statcvs.model.Commit
Returns the comment of the commit
getComment() - Method in class net.sf.statcvs.model.CvsRevision
Returns the comment.
getCssHandler() - Static method in class net.sf.statcvs.output.ConfigurationOptions
returns the CssHandler
getCurrentFileCount() - Method in class net.sf.statcvs.model.CvsModule
Returns the number of files in this module.
getCurrentLinesOfCode() - Method in class net.sf.statcvs.model.CvsFile
Returns the number of code lines for this file.
getData() - Method in class net.sf.statcvs.model.StatCvsTableModel
Returns the data.
getDate() - Method in class net.sf.statcvs.model.Commit
Returns the date when the commit took place.
getDate() - Method in class net.sf.statcvs.model.CvsRevision
Returns the date.
getDate() - Method in class net.sf.statcvs.model.FileCountIterator
Returns the date of the current change event.
getDate() - Method in class net.sf.statcvs.model.LinesOfCodeIterator
Returns the date of the current change event.
getDateAndTime(Date) - Static method in class net.sf.statcvs.util.DateUtils
Method getDateAndTime.
getDefaultDirSeparator() - Static method in class net.sf.statcvs.util.FileUtils
Returns the java path seperator
getDeletedFileCount() - Method in class net.sf.statcvs.model.CvsModule
Returns the number of deleted files in this module.
getDepth() - Method in class net.sf.statcvs.model.CvsModule
Returns the depth of this module in the tree.
getDepth(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns the depth of the directory
getDirSeparator() - Static method in class net.sf.statcvs.util.FileUtils
Returns the os dependend path seperator
getDirectories(String) - Method in class net.sf.statcvs.model.CvsContent
Returns a Collection of directories for the specified user
getDirectories() - Method in class net.sf.statcvs.model.CvsContent
Returns all directories of this repository
getDirectories() - Method in class net.sf.statcvs.renderer.FileCollectionFormatter
Gets a list of Strings containing the directories in the file set, ordered by name.
getDirectory(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns directory name of specified file
getDirectoryPrefix(String) - Method in class net.sf.statcvs.model.CvsTree
Returns the prefix of a given directory string.
getDirectorySuffix(String) - Method in class net.sf.statcvs.model.CvsTree
Returns the suffix of a given directory string.
getEffectiveLinesOfCode() - Method in class net.sf.statcvs.model.CvsRevision
Returns the lines of code value for this revision.
getFather() - Method in class net.sf.statcvs.model.CvsModule
Returns the father of this module.
getFile(String) - Method in class net.sf.statcvs.model.CvsContent
Returns the information for this file without deleting it.
getFile() - Method in class net.sf.statcvs.model.CvsRevision
Returns the CvsFile object of this revision.
getFileCount() - Method in class net.sf.statcvs.model.CvsContent
Returns the number of files in the repository.
getFileCountDifference() - Method in class net.sf.statcvs.model.FileCountIterator
Returns the difference of file count for the current date FileCountIterator.next() must be called once before the first event can be accessed.
getFileIterator() - Method in class net.sf.statcvs.model.CvsModule
Returns an iterator of CvsFiles over the files in this module only.
getFileName() - Method in class net.sf.statcvs.output.HTMLPage
 
getFilename() - Method in class net.sf.statcvs.model.CvsFile
Returns the filename.
getFilename(int) - Static method in class net.sf.statcvs.renderer.CommitLogRenderer
Returns the filename for a commit log page.
getFilenameWithDirectory(String) - Static method in class net.sf.statcvs.util.FileUtils
Return the full path to the specified filename
getFilenameWithoutPath(String) - Static method in class net.sf.statcvs.util.FileUtils
Takes a filename with path and returns just the filename.
getFiles(String) - Method in class net.sf.statcvs.renderer.FileCollectionFormatter
Gets the names of all files which reside in a given directory.
getFilesByPrefix(String) - Method in class net.sf.statcvs.model.CvsContent
Returns a list of CvsFile objects which share a given filename prefix, for example "dir/small_file.txt" and "dir/subdir/file.txt" would be returned for prefix "dir/s".
getFilesInModule(String) - Method in class net.sf.statcvs.model.CvsContent
Returns a list of CvsFile objects which are in a given directory.
getFilesIterator() - Method in class net.sf.statcvs.model.CvsContent
Returns an iterator on the files in this repository.
getFirstDate() - Method in class net.sf.statcvs.model.CvsContent
Returns the first Date when there were changes on the repository.
getFirstDate() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Gets the date of the earliest revision in the source set.
getFolderHtml(CvsModule, int) - Method in class net.sf.statcvs.output.HTMLPage
 
getFullname() - Method in class net.sf.statcvs.model.CvsFile
Returns the fullname.
getImage(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a image tag
getImage(String, int, int) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a image tag
getImageWithBorder(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a image tag with a border around the image.
getImageWithoutBorder(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a image tag without a border around the image.
getInitialRevision() - Method in class net.sf.statcvs.model.CvsFile
Gets the earliest revision of this file.
getInteger(Object) - Method in class net.sf.statcvs.util.IntegerMap
Same as get(Object), but returns an Integer, not an int.
getKeywordsubst() - Method in class net.sf.statcvs.model.CvsFile
Returns the keywordsubst.
getLastDate() - Method in class net.sf.statcvs.model.CvsContent
Returns the latest Date when there were changes on the repository.
getLastDate() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Gets the date of the latest revision in the source set.
getLatestRevision() - Method in class net.sf.statcvs.model.CvsFile
Gets the latest revision of this file.
getLineValue() - Method in class net.sf.statcvs.model.CvsRevision
Returns the lines of code value of this revision if this is the head revision it returns the lines of code otherwise it returns the number of added lines in this revision
getLineValue() - Method in class net.sf.statcvs.model.RevisionIteratorSummary
Returns the number of code lines that were added in the source change set.
getLinesAdded() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of added lines.
getLinesInModule() - Method in class net.sf.statcvs.model.CvsModule
Returns the number of code lines in this module.
getLinesOfCode(String) - Method in class net.sf.statcvs.input.RepositoryFileManager
Returns the lines of code for a repository file.
getLinesOfCode() - Method in class net.sf.statcvs.model.CvsRevision
Returns the lines of code value for this revision.
getLinesOfCode(String) - Method in class net.sf.statcvs.model.DummyRepositoryFileManager
 
getLinesOfCode() - Method in class net.sf.statcvs.model.LinesOfCodeIterator
Returns the lines of code count for the current change event.
getLinesOfCodeChange() - Method in class net.sf.statcvs.model.CvsRevision
Returns by how many lines the line count changed with this revision.
getLinesRemoved() - Method in class net.sf.statcvs.model.CvsRevision
Returns the number of removed lines.
getLink() - Method in interface net.sf.statcvs.output.CssHandler
returns a link to the CSS file, which can be used as the HREF in HTML's <LINK REL="stylesheet"> HREF="filename.css";.
getLink() - Method in class net.sf.statcvs.output.DefaultCssHandler
 
getLink(String, String) - Static method in class net.sf.statcvs.output.HTMLTagger
Creates a HTML representation of a hyperlink
getLink() - Method in class net.sf.statcvs.output.LocalFileCssHandler
 
getLink() - Method in class net.sf.statcvs.output.UrlCssHandler
Simply return the URL
getList() - Method in class net.sf.statcvs.model.ListRevisionIterator
Returns the list of CvsRevision objects on which the iterator is based.
getLocPerUserMap(RevisionIterator) - Method in class net.sf.statcvs.renderer.TableRenderer
returns a lines of code per user-IntegerMap
getLogFileName() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getLogfilename.
getLogger() - Static method in class net.sf.statcvs.output.HTMLPage
Returns the logger.
getLoggingProperties() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Gets the name of the logging properties file
getModuleLink(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a modulePage link tag
getModuleName() - Method in class net.sf.statcvs.model.CvsContent
Returns the name of currnet module.
getModuleName() - Method in class net.sf.statcvs.model.CvsFile
Returns the packagename of this file.
getModulePageName(String) - Method in class net.sf.statcvs.output.HTMLPage
 
getModulePageName(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns code for a modulePage name
getModulePageName(String) - Method in class net.sf.statcvs.renderer.TableRenderer
returns the module name for html pages
getName() - Method in class net.sf.statcvs.model.CvsModule
Returns the name of this module without its path.
getNumberOfChildren() - Method in class net.sf.statcvs.model.CvsModule
Method getNumberOfChildren.
getOutputDir() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Returns the outputDir.
getPageName() - Method in class net.sf.statcvs.output.HTMLPage
 
getPages() - Method in class net.sf.statcvs.renderer.CommitLogRenderer
Returns the number of pages for this renderer.
getParent(String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns name of parent directory to specified directory
getParsedFile() - Method in class net.sf.statcvs.input.CvsFileBlockParser
Returns a CvsFile from the parsed input, or null if the CVS file does not qualify for inclusion in our analysis (for example, if it has no revisions on the current branch).
getPath() - Method in class net.sf.statcvs.model.CvsModule
Returns the path.
getPathWithoutEndingSlash(String) - Static method in class net.sf.statcvs.util.FileUtils
Deletes the ending directory separator of a given path if there is one and returns the result.
getPercent(Object) - Method in class net.sf.statcvs.util.IntegerMap
Gets the value stored at a key as a percentage of all values in the map.
getPercentOfMaximum(Object) - Method in class net.sf.statcvs.util.IntegerMap
Gets the value stored at a key as a percentage of the maximum value in the map.
getPercentage(int, int) - Method in class net.sf.statcvs.renderer.TableRenderer
get the precentage of two given numbers as String
getPercentage(double) - Method in class net.sf.statcvs.renderer.TableRenderer
get the precentage as String
getPercentageD(int, int) - Method in class net.sf.statcvs.renderer.TableRenderer
get the precentage of two given numbers as double
getProjectName() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Method getProjectName.
getRelativeFilename(String, String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns relative filename for specified file and directory
getRevision() - Method in class net.sf.statcvs.model.CvsRevision
Returns the revision.
getRevisionIterator() - Method in class net.sf.statcvs.model.CvsContent
Returns a RevisionIterator on all revisions in the repository.
getRevisionIterator() - Method in class net.sf.statcvs.model.CvsFile
Returns an iterator over of revisions in this file.
getRevisionIteratorByFilePrefix(String) - Method in class net.sf.statcvs.model.CvsContent
Returns a RevisionIterator which is filtered by filename.
getRevisionIteratorByModule(String) - Method in class net.sf.statcvs.model.CvsContent
Returns a RevisionIterator which is filtered by filename.
getRevisions() - Method in class net.sf.statcvs.input.CvsRevisionParser
Method getRevisions.
getRevisions() - Method in class net.sf.statcvs.model.CvsFile
Returns the list of CvsRevisions of this file.
getRevisionsPerUser(String) - Method in class net.sf.statcvs.model.CvsFile
Returns a list of the revisions of this file from a specific user.
getRoot() - Method in class net.sf.statcvs.model.CvsTree
Returns the root.
getShortDate(Date) - Static method in class net.sf.statcvs.util.DateUtils
Method getShortDate.
getShowCreditInformation() - Static method in class net.sf.statcvs.output.ConfigurationOptions
Returns whether the credit information should be shown
getString(String) - Static method in class net.sf.statcvs.Messages
Returns the value for the specified key.
getStringColor(String) - Static method in class net.sf.statcvs.util.OutputUtils
Returns a distinct Color for a String argument.
getSummaryPeriod(Date, Date) - Static method in class net.sf.statcvs.output.HTMLTagger
generates HTML string describing the summary period of a chart or table
getSummaryPeriod(Date, Date, String) - Static method in class net.sf.statcvs.output.HTMLTagger
generates HTML string describing the summary period of a chart or table
getUserLink(String) - Method in class net.sf.statcvs.output.HTMLPage
Returns HTML code for a userPage link tag
getUserLink(String) - Static method in class net.sf.statcvs.output.HTMLTagger
Returns HTML code for a userPage link tag
getUserListSortedByNames() - Method in class net.sf.statcvs.renderer.TableRenderer
returns a IntegerMap of users sorted by names
getUserNames() - Method in class net.sf.statcvs.model.CvsContent
Returns the list of users, working on the repository.
getWorkingname() - Method in class net.sf.statcvs.model.CvsFile
Returns the workingname.

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