org.apache.tools.ant.listener
public class BigProjectLogger extends SimpleBigProjectLogger implements SubBuildListener
Since: Ant1.7.1
Field Summary | |
---|---|
static String | FOOTER
Footer string for the log.
|
static String | HEADER
Header string for the log.
|
Method Summary | |
---|---|
void | buildFinished(BuildEvent event)
{@inheritDoc }
|
protected String | extractNameOrDefault(BuildEvent event)
Get the name of an event
|
protected String | getBuildFailedMessage()
This is an override point: the message that indicates whether
a build failed. |
protected String | getBuildSuccessfulMessage()
This is an override point: the message that indicates that
a build succeeded. |
protected String | getFooter()
Override point: return the footer string for the entry/exit message |
protected String | getHeader()
Override point: return the header string for the entry/exit message |
void | messageLogged(BuildEvent event)
{@inheritDoc }
|
void | subBuildFinished(BuildEvent event) |
void | subBuildStarted(BuildEvent event)
{@inheritDoc }
|
void | targetStarted(BuildEvent event)
{@inheritDoc }
|
void | taskStarted(BuildEvent event)
{@inheritDoc }
|
Parameters: event
Parameters: event the event name
Returns: the name or a default string
Returns: The classic "BUILD FAILED" plus a timestamp
Returns: The classic "BUILD SUCCESSFUL" plus a timestamp
Returns: the footer string
Returns: the header string
Parameters: event
Parameters: event An event with any relevant extra information. Must not be null
.
Parameters: event
Parameters: event