org.apache.maven.jelly
Class JellyBuildListener

java.lang.Object
  extended byorg.apache.maven.jelly.JellyBuildListener
All Implemented Interfaces:
org.apache.tools.ant.BuildListener, java.util.EventListener

public class JellyBuildListener
extends java.lang.Object
implements org.apache.tools.ant.BuildListener


Field Summary
protected  boolean emacsMode
          Whether or not to use emacs-style output
 
Constructor Summary
JellyBuildListener(XMLOutput out)
           
 
Method Summary
 void buildFinished(org.apache.tools.ant.BuildEvent event)
           
 void buildStarted(org.apache.tools.ant.BuildEvent event)
           
 boolean isDebug()
           
 void isDebug(boolean newDebug)
          Deprecated. Use setDebug (deprecated for 1.0-RC1)
 void messageLogged(org.apache.tools.ant.BuildEvent event)
           
 void setDebug(boolean debug)
           
 void setEmacsMode(boolean emacsMode)
          Sets this logger to produce emacs (and other editor) friendly output.
 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
 

Field Detail

emacsMode

protected boolean emacsMode
Whether or not to use emacs-style output

Constructor Detail

JellyBuildListener

public JellyBuildListener(XMLOutput out)
Method Detail

setEmacsMode

public void setEmacsMode(boolean emacsMode)
Sets this logger to produce emacs (and other editor) friendly output.

Parameters:
emacsMode - true if output is to be unadorned so that emacs and other editors can parse files names, etc.

isDebug

public boolean isDebug()

isDebug

public void isDebug(boolean newDebug)
Deprecated. Use setDebug (deprecated for 1.0-RC1)


setDebug

public void setDebug(boolean debug)

buildFinished

public void buildFinished(org.apache.tools.ant.BuildEvent event)
Specified by:
buildFinished in interface org.apache.tools.ant.BuildListener

buildStarted

public void buildStarted(org.apache.tools.ant.BuildEvent event)
Specified by:
buildStarted in interface org.apache.tools.ant.BuildListener

messageLogged

public void messageLogged(org.apache.tools.ant.BuildEvent event)
Specified by:
messageLogged in interface org.apache.tools.ant.BuildListener

targetFinished

public void targetFinished(org.apache.tools.ant.BuildEvent event)
Specified by:
targetFinished in interface org.apache.tools.ant.BuildListener

targetStarted

public void targetStarted(org.apache.tools.ant.BuildEvent event)
Specified by:
targetStarted in interface org.apache.tools.ant.BuildListener

taskFinished

public void taskFinished(org.apache.tools.ant.BuildEvent event)
Specified by:
taskFinished in interface org.apache.tools.ant.BuildListener

taskStarted

public void taskStarted(org.apache.tools.ant.BuildEvent event)
Specified by:
taskStarted in interface org.apache.tools.ant.BuildListener


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.