|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statsvn.ant.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(String arg)
Uses the Ant mechanism to log the text. |
void |
info(String arg)
Uses the Ant mechanism to log the text. |
void |
log(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(String text)
log
in interface TaskLogger
text
- to be logged.public void error(String arg)
error
in interface TaskLogger
arg
- the string to log.public void info(String arg)
info
in interface TaskLogger
arg
- the string to log.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |