git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@906753 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1545,4 +1545,10 @@ This may be used as follows: | |||||
</copy> | </copy> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<h3><a name="sortfilter">SortFilter</a></h3> | |||||
<p><strong>(documentation pending)</strong></p> | |||||
<p><em>since Ant 1.8.0</em></p> | |||||
</body></html> | </body></html> |
@@ -129,7 +129,7 @@ good convention, though.</p> | |||||
<p>Ant will always expand properties before it passes the value of an | <p>Ant will always expand properties before it passes the value of an | ||||
attribute to the corresponding setter method. <b>Since Ant 1.8</b>, it is | attribute to the corresponding setter method. <b>Since Ant 1.8</b>, it is | ||||
possible to <a href="using.html#propertyhelper">extend Ant's property handling</a> | |||||
possible to <a href="CoreTasks/propertyhelper.html">extend Ant's property handling</a> | |||||
such that a non-string Object may be the result of the evaluation of a string | such that a non-string Object may be the result of the evaluation of a string | ||||
containing a single property reference. These will be assigned directly via | containing a single property reference. These will be assigned directly via | ||||
setter methods of matching type. Since it requires some beyond-the-basics | setter methods of matching type. Since it requires some beyond-the-basics | ||||
@@ -245,7 +245,7 @@ | |||||
<p>The main purpose of an extension-point is to act as an extension | <p>The main purpose of an extension-point is to act as an extension | ||||
point for build files designed to | point for build files designed to | ||||
be <a href="CoreTasks\import.html">imported</a>. In the imported | |||||
be <a href="CoreTasks/import.html">imported</a>. In the imported | |||||
file an extension-point defines a state that must be reached and | file an extension-point defines a state that must be reached and | ||||
targets from other build files can join the depends list of said | targets from other build files can join the depends list of said | ||||
extension-point in order to contribute to that state.</p> | extension-point in order to contribute to that state.</p> | ||||
@@ -284,7 +284,7 @@ arguments of the set-method:<ul> | |||||
<li>some more classes (e.g. <i>java.io.File</i>; see | <li>some more classes (e.g. <i>java.io.File</i>; see | ||||
<a href="develop.html#set-magic">Manual | <a href="develop.html#set-magic">Manual | ||||
'Writing Your Own Task' [3]</a>)</li> | 'Writing Your Own Task' [3]</a>)</li> | ||||
<li>Any Java Object parsed from Ant 1.8's <a href="using.html#propertyhelper">Property | |||||
<li>Any Java Object parsed from Ant 1.8's <a href="CoreTasks/propertyhelper.html">Property | |||||
Helper</a></li> | Helper</a></li> | ||||
</ul> | </ul> | ||||
Before calling the set-method all properties are resolved. So a <tt><helloworld message="${msg}"/></tt> | Before calling the set-method all properties are resolved. So a <tt><helloworld message="${msg}"/></tt> | ||||