public class DocAsCodeAntLogger extends CLIEventListener implements org.apache.tools.ant.BuildLogger
| Constructor and Description |
|---|
DocAsCodeAntLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(org.apache.tools.ant.BuildEvent event) |
void |
buildStarted(org.apache.tools.ant.BuildEvent buildEvent) |
protected void |
log(String message) |
void |
messageLogged(org.apache.tools.ant.BuildEvent event) |
void |
setEmacsMode(boolean b)
No-op implementation.
|
void |
setErrorPrintStream(PrintStream printStream)
No-op implementation.
|
void |
setMessageOutputLevel(int level) |
void |
setOutputPrintStream(PrintStream printStream)
No-op implementation.
|
void |
targetFinished(org.apache.tools.ant.BuildEvent event)
No-op implementation.
|
void |
targetStarted(org.apache.tools.ant.BuildEvent event) |
void |
taskFinished(org.apache.tools.ant.BuildEvent event)
No-op implementation.
|
void |
taskStarted(org.apache.tools.ant.BuildEvent event)
No-op implementation.
|
protected void log(String message)
public void buildStarted(org.apache.tools.ant.BuildEvent buildEvent)
buildStarted in interface org.apache.tools.ant.BuildListenerpublic void setMessageOutputLevel(int level)
setMessageOutputLevel in interface org.apache.tools.ant.BuildLoggerpublic void setOutputPrintStream(PrintStream printStream)
setOutputPrintStream in interface org.apache.tools.ant.BuildLoggerprintStream - Ignored.public void setEmacsMode(boolean b)
setEmacsMode in interface org.apache.tools.ant.BuildLoggerb - Ignored.public void setErrorPrintStream(PrintStream printStream)
setErrorPrintStream in interface org.apache.tools.ant.BuildLoggerprintStream - Ignored.public void buildFinished(org.apache.tools.ant.BuildEvent event)
buildFinished in interface org.apache.tools.ant.BuildListenerpublic void targetStarted(org.apache.tools.ant.BuildEvent event)
targetStarted in interface org.apache.tools.ant.BuildListenerpublic void targetFinished(org.apache.tools.ant.BuildEvent event)
targetFinished in interface org.apache.tools.ant.BuildListenerevent - Ignored.public void taskStarted(org.apache.tools.ant.BuildEvent event)
taskStarted in interface org.apache.tools.ant.BuildListenerevent - Ignored.public void taskFinished(org.apache.tools.ant.BuildEvent event)
taskFinished in interface org.apache.tools.ant.BuildListenerevent - Ignored.public void messageLogged(org.apache.tools.ant.BuildEvent event)
messageLogged in interface org.apache.tools.ant.BuildListenerCopyright © 2019. All rights reserved.