Method Summary |
|
public void | buildFinished(BuildEvent event) Cleans recorder registry. |
public void | buildStarted(BuildEvent event) Empty implementation required by SubBuildListener interface. |
public void | execute() The main execution. |
protected RecorderEntry | getRecorder(String name, Project proj) Gets the recorder that's associated with the passed in name. |
public void | init() Overridden so we can add the task as build listener. |
public void | messageLogged(BuildEvent event) Empty implementation required by SubBuildListener interface. |
public void | setAction(ActionChoices action) Sets the action for the associated recorder entry. |
public void | setAppend(boolean append) Whether or not the logger should append to a previous file. |
public void | setEmacsMode(boolean emacsMode) Set emacs mode. |
public void | setLoglevel(VerbosityLevelChoices level) Sets the level to which this recorder entry should log to. |
public void | setName(String fname) Sets the name of the file to log to, and the name of the recorder
entry. |
public void | subBuildFinished(BuildEvent event) Cleans recorder registry, if this is the subbuild the task has
been created in. |
public void | subBuildStarted(BuildEvent event) Empty implementation required by SubBuildListener interface. |
public void | targetFinished(BuildEvent event) Empty implementation required by SubBuildListener interface. |
public void | targetStarted(BuildEvent event) Empty implementation required by SubBuildListener interface. |
public void | taskFinished(BuildEvent event) Empty implementation required by SubBuildListener interface. |
public void | taskStarted(BuildEvent event) Empty implementation required by SubBuildListener interface. |