| java.lang.Object org.apache.ivy.util.AbstractMessageLogger org.apache.ivy.ant.AntMessageLogger
AntMessageLogger | public class AntMessageLogger extends AbstractMessageLogger (Code) | | Implementation of the simple message facility for ant.
|
Constructor Summary | |
protected | AntMessageLogger(ProjectComponent antProjectComponent) Constructs a new AntMEssageImpl instance.
Parameters: antProjectComponent - the ant project component this message implementation should use for logging. |
AntMessageLogger | protected AntMessageLogger(ProjectComponent antProjectComponent)(Code) | | Constructs a new AntMEssageImpl instance.
Parameters: antProjectComponent - the ant project component this message implementation should use for logging. Mustnot be null . |
doProgress | public void doProgress()(Code) | | |
register | public static void register(Task task, Ivy ivy)(Code) | | Creates and register an
AntMessageLogger for the given
Task , with the given
Ivy instance.
The created instance will automatically be unregistered from the Ivy instance when the task
finishes.
Parameters: task - the task the logger should use for logging Parameters: ivy - the ivy instance on which the logger should be registered |
|
|