org.apache.tools.ant.taskdefs
public class RecorderEntry extends Object implements BuildLogger, SubBuildListener
Since: Ant 1.4
Constructor Summary | |
---|---|
protected | RecorderEntry(String name) |
Method Summary | |
---|---|
void | buildFinished(BuildEvent event) |
void | buildStarted(BuildEvent event) |
void | cleanup() |
String | getFilename() |
void | messageLogged(BuildEvent event) |
void | setEmacsMode(boolean emacsMode) |
void | setErrorPrintStream(PrintStream err) |
void | setMessageOutputLevel(int level) |
void | setOutputPrintStream(PrintStream output) |
void | setProject(Project project)
Set the project associated with this recorder entry.
|
void | setRecordState(Boolean state)
Turns off or on this recorder.
|
void | subBuildFinished(BuildEvent event)
Cleans up any resources held by this recorder entry at the end
of a subbuild if it has been created for the subbuild's project
instance.
|
void | subBuildStarted(BuildEvent event)
Empty implementation to satisfy the BuildListener interface.
|
void | targetFinished(BuildEvent event) |
void | targetStarted(BuildEvent event) |
void | taskFinished(BuildEvent event) |
void | taskStarted(BuildEvent event) |
Parameters: name The name of this recorder (used as the filename).
Since: 1.6.2
Returns: the name of the file the output is sent to.
Parameters: project the project instance
Since: 1.6.2
Parameters: state true for on, false for off, null for no change.
Parameters: event the buildFinished event
Since: Ant 1.6.2
Parameters: event the buildStarted event
Since: Ant 1.6.2