Package | Description |
---|---|
net.sf.statsvn.input |
This package is responsible for parsing SVN logs and working copy and
creating a StatSVN model from them.
|
net.sf.statsvn.output |
This package is responsible for handling some SVN specific output and command line (eg Chora integration
is different for Svn).
|
net.sf.statsvn.util |
Utility classes.
|
net.sf.statsvn.util.svnkit |
Modifier and Type | Method and Description |
---|---|
ISvnProcessor |
RepositoryFileManager.getProcessor() |
Modifier and Type | Method and Description |
---|---|
static ISvnProcessor |
SvnConfigurationOptions.getProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
SvnCommandLineProcessor
Base processor that uses the command line svn client.
|
Modifier and Type | Field and Description |
---|---|
protected ISvnProcessor |
SvnDiffUtils.processor |
protected ISvnProcessor |
SvnInfoUtils.processor |
protected ISvnProcessor |
SvnPropgetUtils.processor |
protected ISvnProcessor |
SvnStartupUtils.processor |
Modifier and Type | Method and Description |
---|---|
protected ISvnProcessor |
SvnDiffUtils.getProcessor() |
protected ISvnProcessor |
SvnInfoUtils.getProcessor() |
protected ISvnProcessor |
SvnPropgetUtils.getProcessor() |
protected ISvnProcessor |
SvnStartupUtils.getProcessor() |
Constructor and Description |
---|
SvnDiffUtils(ISvnProcessor processor)
Invokes diffs using the svn diff command line.
|
SvnInfoUtils(ISvnProcessor processor)
Invokes info using the svn info command line.
|
SvnPropgetUtils(ISvnProcessor processor)
Invokes propget via the svn propget via the command line.
|
SvnStartupUtils(ISvnProcessor processor)
Invokes various calls needed during StatSVN's startup, including the svn version command line.
|
Modifier and Type | Class and Description |
---|---|
class |
SvnKitProcessor
Base svnkit processor.
|
Constructor and Description |
---|
SvnKitInfo(ISvnProcessor processor) |
SvnKitPropget(ISvnProcessor processor) |
SvnKitVersion(ISvnProcessor processor) |