- INDEX_MARKER - Static variable in class net.sf.statsvn.util.SvnDiffUtils
-
- info(String) - Method in class net.sf.statsvn.ant.AntTaskLogger
-
Uses the Ant mechanism to log the text.
- info(String) - Method in class net.sf.statsvn.util.ConsoleTaskLogger
-
- info(String) - Method in class net.sf.statsvn.util.JavaUtilTaskLogger
-
log text to the logger.info().
- info(String) - Method in class net.sf.statsvn.util.SilentLogger
-
- info(String) - Method in interface net.sf.statsvn.util.TaskLogger
-
Generic interface for logging info.
- init() - Static method in class net.sf.statsvn.Main
-
- initProperties() - Method in class net.sf.statsvn.ant.StatSvnTask
-
method initializes the ConfigurationOptions object with received values.
- isAnonymize() - Static method in class net.sf.statsvn.output.SvnConfigurationOptions
-
- isBinary(String, String) - Method in class net.sf.statsvn.input.CacheBuilder
-
Checks the path's cached binary status.
- isBinary() - Method in class net.sf.statsvn.input.FileBuilder
-
New in StatSVN: Returns true if this file is known to be
binary.
- isBinary(String) - Method in class net.sf.statsvn.input.RepositoryFileManager
-
Is the given path a binary file in the working directory?
- isBinary(SVNPropertyData) - Method in class net.sf.statsvn.util.svnkit.SvnKitPropget
-
- isBinaryErrorMessage(String) - Method in class net.sf.statsvn.util.SvnDiffUtils
-
Returns true if msg is an error message display that the file is binary.
- isBinaryFile(String, String) - Method in interface net.sf.statsvn.util.ISvnPropgetProcessor
-
It was first thought that a the mime-type of a file's previous revision
could be found.
- isBinaryFile(String, String) - Method in class net.sf.statsvn.util.svnkit.SvnKitPropget
-
- isBinaryFile(String, String) - Method in class net.sf.statsvn.util.SvnPropgetUtils
-
- isChange() - Method in class net.sf.statsvn.input.RevisionData
-
Returns true if this revisionNumber is a normal change.
- isCreationOrRestore() - Method in class net.sf.statsvn.input.RevisionData
-
Returns true if this revisionNumber is the creation of a new file or a restore..
- isDeletion() - Method in class net.sf.statsvn.input.RevisionData
-
Returns true if this revisionNumber is the removal of a file.
- isDirectory(String) - Method in class net.sf.statsvn.input.RepositoryFileManager
-
Returns true if the path has been identified as a directory.
- isDirectory(String) - Method in interface net.sf.statsvn.util.ISvnInfoProcessor
-
Returns true if the path has been identified as a directory.
- isDirectory(String) - Method in class net.sf.statsvn.util.SvnInfoUtils
-
- isDumpContent() - Static method in class net.sf.statsvn.output.SvnConfigurationOptions
-
- isLegacyDiff() - Static method in class net.sf.statsvn.output.SvnConfigurationOptions
-
Should we use a one diff per-file-per-revision or should we use the newer one diff per-revision?
- isQueryNeeded(boolean) - Method in class net.sf.statsvn.util.SvnInfoUtils
-
Do we need to re-invoke svn info?
- isRootFolder(Attributes) - Method in class net.sf.statsvn.util.SvnInfoUtils.SvnInfoHandler
-
Is this the root of the workspace?
- isRootFolder(Attributes) - Method in class net.sf.statsvn.util.svnkit.SvnKitInfo.SvnKitInfoHandler
-
- isStateDead() - Method in class net.sf.statsvn.input.RevisionData
-
Returns true if this is a dead revisionNumber.
- isStateExp() - Method in class net.sf.statsvn.input.RevisionData
-
Returns true if this is an Exp ("exposed"?) revisionNumber.
- isUsingSVNKit() - Static method in class net.sf.statsvn.output.SvnConfigurationOptions
-
Should we use svnkit to query the repository
- isValidCommit(Attributes) - Static method in class net.sf.statsvn.util.SvnInfoUtils.SvnInfoHandler
-
Is this a valid commit? Check to see if wec an read the revision
number.
- isValidInfoEntry(Attributes) - Static method in class net.sf.statsvn.util.SvnInfoUtils.SvnInfoHandler
-
Is this a valid info entry? Check to see if we can read path, kind
and revision.
- ISvnDiffProcessor - Interface in net.sf.statsvn.util
-
Performs svn diff queries.
- ISvnInfoProcessor - Interface in net.sf.statsvn.util
-
Performs svn info queries.
- ISvnProcessor - Interface in net.sf.statsvn.util
-
Interface for a base processor.
- ISvnPropgetProcessor - Interface in net.sf.statsvn.util
-
Performs svn propget queries.
- ISvnVersionProcessor - Interface in net.sf.statsvn.util
-
Performs svn version queries.