|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.ant.test.support.AntExecutionResult
public class AntExecutionResult
Result of an execution of an Ant target.
Constructor Summary | |
---|---|
AntExecutionResult()
Creates a new AntExecutionResult . |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AntExecutionResult()
AntExecutionResult
.
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |