public class AntExecutionResult extends Object
Constructor and Description |
---|
AntExecutionResult()
Creates a new
AntExecutionResult . |
Modifier and Type | Method and Description |
---|---|
List<org.apache.tools.ant.BuildEvent> |
getBuildFinishedEvents()
Gets the list of
buildFinished events fired during execution of the target. |
List<org.apache.tools.ant.BuildEvent> |
getBuildStartedEvents()
Gets the list of
buildStarted events fired during execution of the target. |
List<org.apache.tools.ant.BuildEvent> |
getMessageLoggedEvents()
Gets the list of
messageLogged events fired during execution of the target. |
String |
getSystemError()
Gets the characters written to the system error stream during execution of the target.
|
String |
getSystemOutput()
Gets the characters written to the system output stream during execution of the target.
|
List<org.apache.tools.ant.BuildEvent> |
getTargetFinishedEvents()
Gets the list of
targetFinished events fired during execution of the target. |
List<org.apache.tools.ant.BuildEvent> |
getTargetStartedEvents()
Gets the list of
targetStarted events fired during execution of the target. |
List<org.apache.tools.ant.BuildEvent> |
getTaskFinishedEvents()
Gets the list of
taskFinished events fired during execution of the target. |
List<org.apache.tools.ant.BuildEvent> |
getTaskStartedEvents()
Gets the list of
taskStarted events fired during execution of the target. |
Throwable |
getThrowable()
Gets the throwable thrown by the execution of the target.
|
void |
setSystemError(String value)
Set the characters written to the system error stream during execution of the target.
|
void |
setSystemOutput(String value)
Set the characters written to the system output stream during execution of the target.
|
void |
setThrowable(Throwable value)
Sets the throwable thrown by the execution of the target.
|
public AntExecutionResult()
AntExecutionResult
.public final String getSystemOutput()
null
.public final void setSystemOutput(String value)
value
- The new characters written to the system output stream during execution of the target or
null
.public final String getSystemError()
null
.public final void setSystemError(String value)
value
- The new characters written to the system error stream during execution of the target or
null
.public final Throwable getThrowable()
null
.public final void setThrowable(Throwable value)
value
- The new throwable thrown by the execution of the target or null
.public final List<org.apache.tools.ant.BuildEvent> getBuildStartedEvents()
buildStarted
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
build started events property.
buildStarted
events fired during execution of the target.public final List<org.apache.tools.ant.BuildEvent> getBuildFinishedEvents()
buildFinished
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
build finished events property.
buildFinished
events fired during execution of the target.public final List<org.apache.tools.ant.BuildEvent> getTargetStartedEvents()
targetStarted
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
target started events property.
targetStarted
events fired during execution of the target.public final List<org.apache.tools.ant.BuildEvent> getTargetFinishedEvents()
targetFinished
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
target finished events property.
targetFinished
events fired during execution of the target.public final List<org.apache.tools.ant.BuildEvent> getTaskStartedEvents()
taskStarted
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
task started events property.
taskStarted
events fired during execution of the target.public final List<org.apache.tools.ant.BuildEvent> getTaskFinishedEvents()
taskFinished
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
task finished events property.
taskFinished
events fired during execution of the target.public final List<org.apache.tools.ant.BuildEvent> getMessageLoggedEvents()
messageLogged
events fired during execution of the target.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
message logged events property.
messageLogger
events fired during execution of the target.Copyright © 2005-2013 The JOMC Project. All Rights Reserved.