- ICON_HEIGHT - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
-
- ICON_WIDTH - Static variable in class net.sf.statcvs.pages.ReportSuiteMaker
-
- inc(Object) - Method in class net.sf.statcvs.util.IntegerMap
-
Same as addInt(key, 1)
- IndexPageMaker - Class in net.sf.statcvs.pages
-
- IndexPageMaker(ReportConfig, String, PageGroup) - Constructor for class net.sf.statcvs.pages.IndexPageMaker
-
Creates a new report index page.
- initProperties() - Method in class net.sf.statcvs.ant.StatCvsTask
-
method initializes the ConfigurationOptions object with
received values.
- IntegerColumn - Class in net.sf.statcvs.reportmodel
-
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 in net.sf.statcvs.util
-
Utility class for storing a map from Object
s to
int
s.
- IntegerMap() - Constructor for class net.sf.statcvs.util.IntegerMap
-
- isAddOnSubbranch() - Method in class net.sf.statcvs.input.RevisionData
-
Returns true if this revisionNumber marks the adding of a new file
on a subbranch.
- isArgsEmpty() - Method in class net.sf.statcvs.output.CommandLineParser
-
- isBeginOfLog() - Method in class net.sf.statcvs.model.Revision
-
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.Revision
-
Returns true if the file is deleted in this revision.
- isDead() - Method in class net.sf.statcvs.model.VersionedFile
-
Returns true
if the latest revision of this file was
a deletion.
- isDeletion() - Method in class net.sf.statcvs.input.RevisionData
-
Returns true if this revisionNumber is the removal of a file.
- isDeveloper(Author) - Method in class net.sf.statcvs.output.ReportConfig
-
- 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.model.Repository
-
Returns true if the repository contains no files.
- isEmpty() - Method in class net.sf.statcvs.reportmodel.TimeLine
-
Checks if the time series is empty.
- isEnableTwitterButton() - Static method in class net.sf.statcvs.output.ConfigurationOptions
-
- isInAttic(VersionedFile) - Method in class net.sf.statcvs.output.ViewCvsIntegration
-
- 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
- isInitialRevision() - Method in class net.sf.statcvs.model.Revision
-
Returns true
if the file did not exist before this
revision and does exist afterwards.
- 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.
- isLocalFilesNotFound() - Method in class net.sf.statcvs.input.Builder
-
Returns true if no local copy was found for
the majority of files in the log.
- isLogAndLocalFilesOutOfSync() - Method in class net.sf.statcvs.input.Builder
-
Returns true if the local working copy is out of
sync with the log.
- isLogWithoutSymbolicNames() - Method in class net.sf.statcvs.input.CvsFileBlockParser
-
Returns true if the log was generated
with the "-N" switch of "cvs log"
- isNotEmpty(String) - Static method in class net.sf.statcvs.util.StringUtils
-
- 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, Revision) - 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 revisionNumber.
- isTwitterIncludeFlash() - Method in class net.sf.statcvs.model.Author
-
- isTwitterIncludeHtml() - Method in class net.sf.statcvs.model.Author
-
- 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.