From 1914124791cc4a931b61bfeaa2f571e1178cae71 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 1 Jul 2008 23:02:29 +0000 Subject: [PATCH] propertyhelper stab git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673225 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/propertyhelper.html | 67 +++++++++++++++++++++++ docs/manual/coretasklist.html | 1 + 2 files changed, 68 insertions(+) create mode 100755 docs/manual/CoreTasks/propertyhelper.html 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 @@ + + + + + + +PropertyHelper Task + + + + +

PropertyHelper

+

Description

+

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

+ +

Parameters specified as nested elements

+ +

PropertyHelper

+You may specify exactly one configured org.apache.tools.ant.PropertyHelper instance. + +

PropertyHelper.Delegate

+You may specify, either in conjunction with a new 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. + +

delegate

+A generic <delegate> element is also provided: + +
Parameters
+ + + + + + + + + + + +
AttributeDescriptionRequired
refidThe id of a PropertyHelper.Delegate to install.Yes
+ + + + diff --git a/docs/manual/coretasklist.html b/docs/manual/coretasklist.html index 2d2338919..670e724d4 100644 --- a/docs/manual/coretasklist.html +++ b/docs/manual/coretasklist.html @@ -99,6 +99,7 @@ PathConvert
PreSetDef
Property
+PropertyHelper
Record
Rename
Replace