org.apache.tools.ant.listener
public class BigProjectLogger extends NoBannerLogger 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 }
|
void | buildStarted(BuildEvent event)
{@inheritDoc }
|
protected String | extractNameOrDefault(BuildEvent event)
Get the name of an event
|
protected String | extractTargetName(BuildEvent event)
Override point, extract the target name
|
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 | subBuildFinished(BuildEvent event) |
void | subBuildStarted(BuildEvent event)
{@inheritDoc }
|
Parameters: event
Parameters: event
Parameters: event the event name
Returns: the name or a default string
Parameters: event the event to work on
Returns: the target name -including the owning project name (if non-null)
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 An event with any relevant extra information. Must not be null
.