|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.internal.util.AntBuildListener
public class AntBuildListener
Ant build listener used to collect logs from Ant tasks and to redirect them to a
Logger
.
Constructor Summary | |
---|---|
AntBuildListener(org.codehaus.cargo.util.log.Logger logger,
java.lang.String category)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AntBuildListener(org.codehaus.cargo.util.log.Logger logger, java.lang.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 loggedMethod Detail |
---|
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |