diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index be15dcc64..3d89e74d2 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -758,6 +758,40 @@ must match. Since Ant 1.7 +
Tests whether a resource contains a given (sub)string.
+The resources to check are specified via references or - in the + case of file resources via the resource attribute. Since Ant 1.7.1 +
+Attribute | +Description | +Required | +
resource | +Name of a file that is the resource to test. + | +One of the two | +
refid | +Reference to a resource defined inside the project. | +|
substring | +The string to search for. | +Yes | +
casesensitive | +Perform a case sensitive comparision. Default is + true. | +No | +
Tests for a class having a method or field. If the class is not found