|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statsvn.ant.AntTaskLogger
public final 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.
Method Summary | |
---|---|
void |
error(java.lang.String arg)
Uses the Ant mechanism to log the text. |
void |
info(java.lang.String arg)
Uses the Ant mechanism to log the text. |
void |
log(java.lang.String text)
Uses the Ant mechanism to log the text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void log(java.lang.String text)
log
in interface TaskLogger
text
- to be logged.public void error(java.lang.String arg)
error
in interface TaskLogger
text
- to be logged.public void info(java.lang.String arg)
info
in interface TaskLogger
text
- to be logged.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |