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

I

ICON_HEIGHT - Static variable in class net.sf.statcvs.output.HTMLOutput
Height of file icons
ICON_WIDTH - Static variable in class net.sf.statcvs.output.HTMLOutput
Width of file icons
IMAGE_HEIGHT - Static variable in class net.sf.statcvs.output.HTMLOutput
standard image height
IMAGE_WIDTH - Static variable in class net.sf.statcvs.output.HTMLOutput
standard image width
IndexPage - class net.sf.statcvs.output.IndexPage.
 
IndexPage(CvsContent, boolean, boolean, boolean) - Constructor for class net.sf.statcvs.output.IndexPage
 
IntegerColumn - class net.sf.statcvs.reportmodel.IntegerColumn.
A column of integer values.
IntegerColumn(String) - Constructor for class net.sf.statcvs.reportmodel.IntegerColumn
Creates a new SimpleTextColumn with the given head
IntegerMap - class net.sf.statcvs.util.IntegerMap.
Utility class for storing a map from Objects to ints.
IntegerMap() - Constructor for class net.sf.statcvs.util.IntegerMap
 
img(String, int, int) - Method in class net.sf.statcvs.output.HTMLPage
Returns HTML code for a image tag
img(String) - Method in class net.sf.statcvs.output.HTMLPage
Returns HTML code for a image tag
inc(Object) - Method in class net.sf.statcvs.util.IntegerMap
Same as addInt(key, 1)
isAddOnSubbranch() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this revisionNumber marks the adding of a new file on a subbranch.
isBeginOfLog() - Method in class net.sf.statcvs.model.CvsRevision
Returns true if this is a revision at the very beginning of the log timespan which is only a container for the number of code lines at the beginning of the log and not a real revision committed by an author.
isBinaryKeywordSubst(String) - Static method in class net.sf.statcvs.util.CvsLogUtils
Returns true if files with a given keyword substitution should be treated as binary files.
isChangeOrRestore() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this revisionNumber is a normal change, or if it restores a removed file.
isCreation() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this revisionNumber is the creation of a new file.
isDead() - Method in class net.sf.statcvs.model.CvsFile
Returns true if the latest revision of this file was a deletion.
isDead() - Method in class net.sf.statcvs.model.CvsRevision
Returns true if the file is deleted in this revision.
isDeletion() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this revisionNumber is the removal of a file.
isEmpty() - Method in class net.sf.statcvs.model.CvsContent
Returns true if the repository contains no files.
isEmpty() - Method in class net.sf.statcvs.model.Directory
Returns true if all files in this directory and its subdirectories are deleted, or if it doesn't have any files and subdirectories at all.
isEmpty() - Method in class net.sf.statcvs.reportmodel.TimeLine
Checks if the time series is empty.
isInAttic(String, String) - Static method in class net.sf.statcvs.util.CvsLogUtils
Determines if a file is in the attic by comparing the location of the RCS file and the working file.
isInDirectory(String, String) - Static method in class net.sf.statcvs.renderer.FileCollectionFormatter
Returns TRUE if file is in specified directroy, FALSE otherwise
isInTimeFrame(Commit, Date) - Static method in class net.sf.statcvs.input.CommitListBuilder
Returns true if the date lies within the timespan of the commit, plus/minus a tolerance.
isInitialRevision() - Method in class net.sf.statcvs.model.CvsRevision
Returns true if the file did not exist before this revision and does exist afterwards.
isLogWithoutSymbolicNames() - Method in class net.sf.statcvs.input.CvsFileBlockParser
Returns true if the log was generated with the "-N" switch of "cvs log"
isOnMainBranch(String) - Static method in class net.sf.statcvs.util.CvsLogUtils
Returns true if this revision is part of the main branch, and false if it is part of a side branch.
isOnTrunk() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this revisionNumber is on the main branch.
isRoot() - Method in class net.sf.statcvs.model.Directory
Returns true if this is the root of the directory tree.
isSameCommit(Commit, CvsRevision) - Static method in class net.sf.statcvs.input.CommitListBuilder
Returns true if change is part of the commit, that is if they have the same author, the same message, and are within the same timeframe.
isStateDead() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this is a dead revisionNumber.
isStateExp() - Method in class net.sf.statcvs.input.RevisionData
Returns true if this is an Exp ("exposed"?) revisionNumber.
iteratorSortedByKey() - Method in class net.sf.statcvs.util.IntegerMap
Returns an iterator on the keys, sorted by key ascending.
iteratorSortedByValue() - Method in class net.sf.statcvs.util.IntegerMap
Returns an iterator on the keys, sorted by values ascending.
iteratorSortedByValueReverse() - Method in class net.sf.statcvs.util.IntegerMap
Returns an iterator on the keys, sorted by values descending.

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