fr.jayasoft.ivy.ant
Class AntMessageImpl

java.lang.Object
  extended byfr.jayasoft.ivy.ant.AntMessageImpl
All Implemented Interfaces:
MessageImpl

public class AntMessageImpl
extends java.lang.Object
implements MessageImpl


Constructor Summary
AntMessageImpl(org.apache.tools.ant.Project project)
           
 
Method Summary
 void endProgress(java.lang.String msg)
           
 void log(java.lang.String msg, int level)
           
 void progress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntMessageImpl

public AntMessageImpl(org.apache.tools.ant.Project project)
Parameters:
project -
Method Detail

log

public void log(java.lang.String msg,
                int level)
Specified by:
log 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