public class AntBuildListener extends Object implements org.apache.tools.ant.BuildListener
Logger
.Constructor and Description |
---|
AntBuildListener(org.codehaus.cargo.util.log.Logger logger,
String category) |
Modifier and Type | Method and Description |
---|---|
void |
buildFinished(org.apache.tools.ant.BuildEvent event) |
void |
buildStarted(org.apache.tools.ant.BuildEvent event) |
void |
messageLogged(org.apache.tools.ant.BuildEvent event) |
void |
targetFinished(org.apache.tools.ant.BuildEvent event) |
void |
targetStarted(org.apache.tools.ant.BuildEvent event) |
void |
taskFinished(org.apache.tools.ant.BuildEvent event) |
void |
taskStarted(org.apache.tools.ant.BuildEvent event) |
public AntBuildListener(org.codehaus.cargo.util.log.Logger logger, String category)
logger
- the logger to which to log the Ant messages receivedcategory
- the category to log to. Usually this is name of the class being loggedpublic void buildStarted(org.apache.tools.ant.BuildEvent event)
buildStarted
in interface org.apache.tools.ant.BuildListener
BuildListener.buildStarted(org.apache.tools.ant.BuildEvent)
public void buildFinished(org.apache.tools.ant.BuildEvent event)
buildFinished
in interface org.apache.tools.ant.BuildListener
BuildListener.buildFinished(org.apache.tools.ant.BuildEvent)
public void targetStarted(org.apache.tools.ant.BuildEvent event)
targetStarted
in interface org.apache.tools.ant.BuildListener
BuildListener.targetStarted(org.apache.tools.ant.BuildEvent)
public void targetFinished(org.apache.tools.ant.BuildEvent event)
targetFinished
in interface org.apache.tools.ant.BuildListener
BuildListener.targetFinished(org.apache.tools.ant.BuildEvent)
public void taskStarted(org.apache.tools.ant.BuildEvent event)
taskStarted
in interface org.apache.tools.ant.BuildListener
BuildListener.taskStarted(org.apache.tools.ant.BuildEvent)
public void taskFinished(org.apache.tools.ant.BuildEvent event)
taskFinished
in interface org.apache.tools.ant.BuildListener
BuildListener.taskFinished(org.apache.tools.ant.BuildEvent)
public void messageLogged(org.apache.tools.ant.BuildEvent event)
messageLogged
in interface org.apache.tools.ant.BuildListener
BuildListener.messageLogged(org.apache.tools.ant.BuildEvent)
Copyright © 2004-2013 Codehaus. All Rights Reserved.