diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/java/com/nokia/ant/listener/internaldata/BuildNode.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/java/com/nokia/ant/listener/internaldata/BuildNode.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,307 @@ + + + + + + +BuildNode + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.nokia.ant.listener.internaldata +
+Class BuildNode

+
+java.lang.Object
+  extended by com.nokia.ant.listener.internaldata.DataNode
+      extended by com.nokia.ant.listener.internaldata.BuildNode
+
+
+
+
public class BuildNode
extends DataNode
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
BuildNode(DataNode parent, + org.apache.tools.ant.Project project) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Name of the node.
+ booleangetSuccessful() + +
+           
+ voidsetSuccessful(boolean successful) + +
+           
+ + + + + + + +
Methods inherited from class com.nokia.ant.listener.internaldata.DataNode
add, find, getEndTime, getJobId, getParent, getReference, getStartTime, getThreadId, isEmpty, iterator, remove, setEndTime, setReference, setStartTime, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BuildNode

+
+public BuildNode(DataNode parent,
+                 org.apache.tools.ant.Project project)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from class: DataNode
+
Name of the node. +

+

+
Specified by:
getName in class DataNode
+
+
+ +
Returns:
name of the node (e.g target name for targets)
+
+
+
+ +

+getSuccessful

+
+public boolean getSuccessful()
+
+
+
+
+
+
+ +

+setSuccessful

+
+public void setSuccessful(boolean successful)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +