public class JellyBuildListener
extends java.lang.Object
implements org.apache.tools.ant.BuildListener
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
emacsMode
Whether or not to use emacs-style output
|
| Constructor and Description |
|---|
JellyBuildListener(org.apache.commons.jelly.XMLOutput out) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public JellyBuildListener(org.apache.commons.jelly.XMLOutput out)
public void setEmacsMode(boolean emacsMode)
emacsMode - true if output is to be unadorned so that
emacs and other editors can parse files names, etc.public boolean isDebug()
public void isDebug(boolean newDebug)
public void setDebug(boolean debug)
public void buildFinished(org.apache.tools.ant.BuildEvent event)
buildFinished in interface org.apache.tools.ant.BuildListenerpublic void buildStarted(org.apache.tools.ant.BuildEvent event)
buildStarted in interface org.apache.tools.ant.BuildListenerpublic void messageLogged(org.apache.tools.ant.BuildEvent event)
messageLogged in interface org.apache.tools.ant.BuildListenerpublic void targetFinished(org.apache.tools.ant.BuildEvent event)
targetFinished in interface org.apache.tools.ant.BuildListenerpublic void targetStarted(org.apache.tools.ant.BuildEvent event)
targetStarted in interface org.apache.tools.ant.BuildListenerpublic void taskFinished(org.apache.tools.ant.BuildEvent event)
taskFinished in interface org.apache.tools.ant.BuildListenerpublic void taskStarted(org.apache.tools.ant.BuildEvent event)
taskStarted in interface org.apache.tools.ant.BuildListenerCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.