|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskLogger | |
---|---|
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. |
Uses of TaskLogger in net.sf.statsvn.ant |
---|
Classes in net.sf.statsvn.ant that implement TaskLogger | |
---|---|
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. |
Uses of TaskLogger in net.sf.statsvn.output |
---|
Methods in net.sf.statsvn.output that return TaskLogger | |
---|---|
static TaskLogger |
SvnConfigurationOptions.getTaskLogger()
|
Methods in net.sf.statsvn.output with parameters of type TaskLogger | |
---|---|
static void |
SvnConfigurationOptions.setTaskLogger(TaskLogger taskLogger)
|
Uses of TaskLogger in net.sf.statsvn.util |
---|
Classes in net.sf.statsvn.util that implement TaskLogger | |
---|---|
class |
ConsoleTaskLogger
Basic implementation to System.out. |
class |
JavaUtilTaskLogger
Basic implementation to net.sf.statcvs logger. |
class |
SilentLogger
Basic implementation to nothingness. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |