Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
S
setAnonymize(boolean)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setAtticFileNames(Set)
- Method in class net.sf.statsvn.output.
ChoraIntegration
setBinary(boolean)
- Method in class net.sf.statsvn.input.
FileBuilder
New in StatSVN: Sets the file's binary flag.
setCacheDir(String)
- Method in class net.sf.statsvn.ant.
StatSvnTask
setCacheDir(String)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
Sets the cacheDir.
setCacheDirToDefault()
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
Sets the cacheDir to the DEFAULT_CACHE_DIR
setComment(String)
- Method in class net.sf.statsvn.input.
RevisionData
setConcurrencyThreshold(long)
- Method in class net.sf.statsvn.ant.
StatSvnTask
setCopyfromPath(String)
- Method in class net.sf.statsvn.input.
RevisionData
setCopyfromRevision(String)
- Method in class net.sf.statsvn.input.
RevisionData
setDate(Date)
- Method in class net.sf.statsvn.input.
RevisionData
setDumpContent(boolean)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setErrorStream(InputStream)
- Method in class net.sf.statsvn.util.
ProcessUtils
setFileBuilder(FileBuilder)
- Method in class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
setFileName(String)
- Method in class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
setInputStream(InputStream)
- Method in class net.sf.statsvn.util.
ProcessUtils
setLegacyDiff(boolean)
- Method in class net.sf.statsvn.ant.
StatSvnTask
Should we use a one diff per-file-per-revision or should we use the newer one diff per-revision?
setLegacyDiff(boolean)
- 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?
setLines(int, int)
- Method in class net.sf.statsvn.input.
RevisionData
Sets the number of added and removed lines.
setLoginName(String)
- Method in class net.sf.statsvn.input.
RevisionData
setNewRevision(String)
- Method in class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
setNumberSvnDiffThreads(int)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setOldRevision(String)
- Method in class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
setPassword(String)
- Method in class net.sf.statsvn.ant.
StatSvnTask
setRepositoryUrl(String)
- Static method in class net.sf.statsvn.util.
SvnInfoUtils
Sets the project's repository URL.
setRevisionNumber(String)
- Method in class net.sf.statsvn.input.
RevisionData
Sets the revision number.
setRootUrl(String)
- Static method in class net.sf.statsvn.util.
SvnInfoUtils
Sets the project's root URL.
setStateAdded(boolean)
- Method in class net.sf.statsvn.input.
RevisionData
Is this revision an addition? New in StatSVN: This is no longer a still exists in working copy.
setStateDead(boolean)
- Method in class net.sf.statsvn.input.
RevisionData
Is this revision a deletion?
setStateExp(boolean)
- Method in class net.sf.statsvn.input.
RevisionData
Is the revision exposed.
setSvnPassword(String)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setSvnUsername(String)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setTagsDirectory(String)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
Following request 1692245, add option -tags-dir to the command line.
setTaskLogger(TaskLogger)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setThreads(int)
- Method in class net.sf.statsvn.ant.
StatSvnTask
setThresholdInMsToUseConcurrency(long)
- Static method in class net.sf.statsvn.output.
SvnConfigurationOptions
setUsername(String)
- Method in class net.sf.statsvn.ant.
StatSvnTask
SilentLogger
- Class in
net.sf.statsvn.util
Basic implementation to nothingness.
SilentLogger()
- Constructor for class net.sf.statsvn.util.
SilentLogger
startElement(String, String, String, Attributes)
- Method in class net.sf.statsvn.input.
SvnXmlCacheFileHandler
Handles the start of an xml element and redirects to the appropriate start* method.
startElement(String, String, String, Attributes)
- Method in class net.sf.statsvn.input.
SvnXmlLogFileHandler
Handles the start of an xml element and redirects to the appropriate start* method.
startElement(String, String, String, Attributes)
- Method in class net.sf.statsvn.input.
SvnXmlRepositoriesFileHandler
Handles the start of an xml element and redirects to the appropriate start* method.
startElement(String, String, String, Attributes)
- Method in class net.sf.statsvn.util.
SvnInfoUtils.SvnInfoHandler
Start of XML element.
StatSvnTask
- Class in
net.sf.statsvn.ant
Ant task for running StatSVN.
StatSvnTask()
- Constructor for class net.sf.statsvn.ant.
StatSvnTask
Constructor for StatSvnTask.
SvnCommandHelper
- Class in
net.sf.statsvn.util
SvnCommandLineParser
- Class in
net.sf.statsvn.output
Takes a command line, like given to the
Main.main(java.lang.String[])
method, and turns it into a
ConfigurationOptions
object.
SvnCommandLineParser(String[])
- Constructor for class net.sf.statsvn.output.
SvnCommandLineParser
Constructor for SvnCommandLineParser
SvnConfigurationOptions
- Class in
net.sf.statsvn.output
Class for storing all command line parameters.
SvnDiffUtils
- Class in
net.sf.statsvn.util
Utilities class that manages calls to svn diff.
SvnInfoUtils
- Class in
net.sf.statsvn.util
Utilities class that manages calls to svn info.
SvnInfoUtils.SvnInfoHandler
- Class in
net.sf.statsvn.util
SAX parser for the svn info --xml command.
SvnInfoUtils.SvnInfoHandler()
- Constructor for class net.sf.statsvn.util.
SvnInfoUtils.SvnInfoHandler
SvnLogBuilder
- Interface in
net.sf.statsvn.input
Interface for defining a Builder that constructs a data structure from a SVM logfile.
SvnLogfileParser
- Class in
net.sf.statsvn.input
Parses a Subversion logfile and does post-parse processing.
SvnLogfileParser(RepositoryFileManager, InputStream, SvnLogBuilder)
- Constructor for class net.sf.statsvn.input.
SvnLogfileParser
Default Constructor
SvnLogfileParser.DiffTask
- Class in
net.sf.statsvn.input
SvnLogfileParser.DiffTask()
- Constructor for class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
SvnLogfileParser.DiffTask(String)
- Constructor for class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
SvnLogfileParser.DiffTask(String, String, String, FileBuilder)
- Constructor for class net.sf.statsvn.input.
SvnLogfileParser.DiffTask
SvnLogfileParser.PerRevDiffTask
- Class in
net.sf.statsvn.input
SvnLogfileParser.PerRevDiffTask(String, Map)
- Constructor for class net.sf.statsvn.input.
SvnLogfileParser.PerRevDiffTask
SvnPropgetUtils
- Class in
net.sf.statsvn.util
Utilities class that manages calls to svn propget.
SvnStartupUtils
- Class in
net.sf.statsvn.util
Utility class that verifies if the correct version of subversion is used.
SvnVersionMismatchException
- Exception in
net.sf.statsvn.util
Indicates that an invalid version of the
svn
executable was found.
SvnVersionMismatchException()
- Constructor for exception net.sf.statsvn.util.
SvnVersionMismatchException
SvnVersionMismatchException(String)
- Constructor for exception net.sf.statsvn.util.
SvnVersionMismatchException
SvnVersionMismatchException(String, String)
- Constructor for exception net.sf.statsvn.util.
SvnVersionMismatchException
SvnXmlCacheFileHandler
- Class in
net.sf.statsvn.input
This is the SAX parser for the our line count persistence mechanism.
SvnXmlCacheFileHandler(CacheBuilder)
- Constructor for class net.sf.statsvn.input.
SvnXmlCacheFileHandler
Default constructor
SvnXmlLogFileHandler
- Class in
net.sf.statsvn.input
This is the SAX parser for the svn log in xml format.
SvnXmlLogFileHandler(SvnLogBuilder, RepositoryFileManager)
- Constructor for class net.sf.statsvn.input.
SvnXmlLogFileHandler
Default constructor.
SvnXmlRepositoriesFileHandler
- Class in
net.sf.statsvn.input
This is the SAX parser for the repositories xml file.
SvnXmlRepositoriesFileHandler(RepositoriesBuilder)
- Constructor for class net.sf.statsvn.input.
SvnXmlRepositoriesFileHandler
Default constructor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X