diff --git a/docs/manual/CoreTypes/resources.html b/docs/manual/CoreTypes/resources.html index 8651d58ca..b077c3a06 100644 --- a/docs/manual/CoreTypes/resources.html +++ b/docs/manual/CoreTypes/resources.html @@ -222,6 +222,8 @@ Ant's "legacy" datatypes have been modified to behave as Resource Collections:
Sorts another nested resource collection according to the resources' natural order, or by one or more nested resource comparators:
+++
+ +Attribute +Description +Required ++ +cache +Whether to cache results; disabling + may seriously impact performance +No, default true +Parameters specified as nested elements
A single resource collection is required.
The sort can be controlled and customized by specifying one or more @@ -532,7 +547,7 @@ natural order, or by one or more nested resource comparators:
size - sort resources by size content - sort resources by content reverse - reverse the natural sort order, - or a single nested resource comparator + or that of a single nested resource comparatorname
@@ -570,10 +585,38 @@ natural order, or by one or more nested resource comparators:reverse
-Reverse the natural sort order, or a single nested comparator.
+Reverse the natural sort order, or that of a single nested comparator.
Includes the first count resources from a nested resource collection. +This can be used in conjunction with the sort collection, +for example, to select the first few oldest, largest, etc. resources from a +larger collection.
++++
++ +Attribute +Description +Required ++ +count +The number of resources to include +No, default 1 ++ +cache +Whether to cache results; disabling + may seriously impact performance +No, default true +Parameters specified as nested elements
+A single resource collection is required.
+
The following resource collections implement set operations:
@@ -592,6 +635,21 @@ natural order, or by one or more nested resource comparators:difference
Difference of nested resource collections.
+The following attributes apply to all set-operation resource collections: +
++
+ +Attribute +Description +Required ++ +cache +Whether to cache results; disabling + may seriously impact performance +No, default true +