| Package | Description |
|---|---|
| net.sf.statsvn.ant |
Package for the StatCVS Ant task.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntTaskLogger
This class wraps up an Ant task which is going to be used to log some text
when the tool is used with Ant.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskLogger |
SvnConfigurationOptions.getTaskLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SvnConfigurationOptions.setTaskLogger(TaskLogger taskLogger) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleTaskLogger
Basic implementation to System.out.
|
class |
JavaUtilTaskLogger
Basic implementation to net.sf.statcvs logger.
|
class |
SilentLogger
Basic implementation to nothingness.
|