diff --git a/docs/manual/CoreTasks/propertyhelper.html b/docs/manual/CoreTasks/propertyhelper.html new file mode 100755 index 000000000..63b6325b7 --- /dev/null +++ b/docs/manual/CoreTasks/propertyhelper.html @@ -0,0 +1,67 @@ + + + +
+ + +This task is provided for the purpose of allowing the user to +(a) install a different PropertyHelper at runtime, or +(b) (hopefully more often) install one or more PropertyHelper Delegates into the +PropertyHelper active on the current Project. This is somewhat advanced Ant usage and +assumes a working familiarity with the modern Ant APIs. +Since Ant 1.8
+ +org.apache.tools.ant.PropertyHelper
instance.
+
+PropertyHelper
or not, one or
+more configured implementations of the org.apache.tools.ant.PropertyHelper.Delegate
+interface. A deeper understanding of the API is required here, however, as Delegate
+is a marker interface only: the nested arguments must implement a Delegate
+subinterface in order to do anything meaningful.
+
+Attribute | +Description | +Required | +
refid | +The id of a PropertyHelper.Delegate to install. |
+ Yes | +