|
|
@@ -192,7 +192,7 @@ constructor. This is the only difference between options 1 and 2.</p> |
|
|
|
<p>The difference between 2 and 3 is what Ant has done to the object |
|
|
|
before it passes it to the method. <code>addInner</code> will receive |
|
|
|
an object directly after the constructor has been called, while |
|
|
|
<code>addConstructedInner</code> gets the object <em>after</em> the |
|
|
|
<code>addConfiguredInner</code> gets the object <em>after</em> the |
|
|
|
attributes and nested children for this new object have been |
|
|
|
handled.</p> |
|
|
|
|
|
|
|