org.apache.ivy.ant
Class AntMessageImpl
java.lang.Object
org.apache.ivy.ant.AntMessageImpl
- All Implemented Interfaces:
- MessageImpl
public class AntMessageImpl
- extends java.lang.Object
- implements MessageImpl
Implementation of the simple message facility for ant.
- Author:
- Xavier Hanin
Method Summary |
void |
endProgress(java.lang.String msg)
|
void |
log(java.lang.String msg,
int level)
|
void |
progress()
|
void |
rawlog(java.lang.String msg,
int level)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntMessageImpl
public AntMessageImpl(org.apache.tools.ant.Task task)
- Parameters:
task
-
log
public void log(java.lang.String msg,
int level)
- Specified by:
log
in interface MessageImpl
rawlog
public void rawlog(java.lang.String msg,
int level)
- Specified by:
rawlog
in interface MessageImpl
progress
public void progress()
- Specified by:
progress
in interface MessageImpl
endProgress
public void endProgress(java.lang.String msg)
- Specified by:
endProgress
in interface MessageImpl