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.BuildListener
public void setMessageOutputLevel(int level)
setMessageOutputLevel
in interface org.apache.tools.ant.BuildLogger
public void setOutputPrintStream(PrintStream printStream)
setOutputPrintStream
in interface org.apache.tools.ant.BuildLogger
printStream
- Ignored.public void setEmacsMode(boolean b)
setEmacsMode
in interface org.apache.tools.ant.BuildLogger
b
- Ignored.public void setErrorPrintStream(PrintStream printStream)
setErrorPrintStream
in interface org.apache.tools.ant.BuildLogger
printStream
- Ignored.public void buildFinished(org.apache.tools.ant.BuildEvent event)
buildFinished
in interface org.apache.tools.ant.BuildListener
public void targetStarted(org.apache.tools.ant.BuildEvent event)
targetStarted
in interface org.apache.tools.ant.BuildListener
public void targetFinished(org.apache.tools.ant.BuildEvent event)
targetFinished
in interface org.apache.tools.ant.BuildListener
event
- Ignored.public void taskStarted(org.apache.tools.ant.BuildEvent event)
taskStarted
in interface org.apache.tools.ant.BuildListener
event
- Ignored.public void taskFinished(org.apache.tools.ant.BuildEvent event)
taskFinished
in interface org.apache.tools.ant.BuildListener
event
- Ignored.public void messageLogged(org.apache.tools.ant.BuildEvent event)
messageLogged
in interface org.apache.tools.ant.BuildListener
Copyright © 2019. All rights reserved.