From f38b56bd87d9e4b023ce2828b3b2de7f461bf3aa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 21 Oct 2009 20:47:35 +0000 Subject: [PATCH] steal some documentation for the props Antlib git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828207 13f79535-47bb-0310-9956-ffa450edef68 --- docs/antlibs/proper.html | 10 ++ docs/antlibs/props/index.html | 280 ++++++++++++++++++++++++++++++++++ xdocs/antlibs/proper.xml | 4 + xdocs/antlibs/props/index.xml | 71 +++++++++ 4 files changed, 365 insertions(+) create mode 100644 docs/antlibs/props/index.html create mode 100644 xdocs/antlibs/props/index.xml diff --git a/docs/antlibs/proper.html b/docs/antlibs/proper.html index 045234d55..49b252ef7 100644 --- a/docs/antlibs/proper.html +++ b/docs/antlibs/proper.html @@ -423,6 +423,16 @@ + + + + diff --git a/docs/antlibs/props/index.html b/docs/antlibs/props/index.html new file mode 100644 index 000000000..c20b805d7 --- /dev/null +++ b/docs/antlibs/props/index.html @@ -0,0 +1,280 @@ + + + + + + + + + Apache Ant - Props Antlib + + + + + + +
+
+ Homepage: + + http://ant.apache.org/antlibs/props/ +
SVN URL:
+ + + + + +
Apache Ant siteApache Ant logo +
+ + + + + + + + + + + + + + +
+ + + + +
+ the Apache Ant site +
+
+
+ + +
+ + + + + +
+ + + + +
Home
+
+ + + + +
Projects
+
+
+ +
+ + +
 
+
+
+

Props Antlib

+

+ + Props Antlib +

+

This is a library of supplementary handlers for Ant + properties resolution.

+

The types provided are instances of + org.apache.tools.ant.PropertyHelper.Delegate and + can be invoked using the <propertyhelper> + task provided in Ant 1.8.0.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Delegate + + Delegate Type + + Description +
+ nested + + PropertyExpander + + Implements nested property expansion; + e.g. ${${double-expand-me}}. +
+ stringops + + PropertyEvaluator + + Implements *nix shell-inspired string operations. +
+ refs + + PropertyEvaluator + + Given ref:refid, + resolves reference refid. +
+ types + + PropertyEvaluator + + Given type(arg), attempts + to invoke + type constructor (project, arg), + then (arg). +
+ +
+
+ + + + + + + + + + + + + + + + + + + diff --git a/xdocs/antlibs/proper.xml b/xdocs/antlibs/proper.xml index d5b4fa442..be8033342 100644 --- a/xdocs/antlibs/proper.xml +++ b/xdocs/antlibs/proper.xml @@ -154,6 +154,10 @@ properties resolution.

+ + + + diff --git a/xdocs/antlibs/props/index.xml b/xdocs/antlibs/props/index.xml new file mode 100644 index 000000000..35801ce03 --- /dev/null +++ b/xdocs/antlibs/props/index.xml @@ -0,0 +1,71 @@ + + + + + + + Props Antlib + + + + +
+ +

This is a library of supplementary handlers for Ant + properties resolution.

+ +

The types provided are instances of + org.apache.tools.ant.PropertyHelper.Delegate and + can be invoked using the <propertyhelper> + task provided in Ant 1.8.0.

+ +
Homepage:http://ant.apache.org/antlibs/props/
SVN URL: https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/
+ + + + + + + + + + + + + + + + + + + + + + + + + +
DelegateDelegate TypeDescription
nestedPropertyExpanderImplements nested property expansion; + e.g. ${${double-expand-me}}.
stringopsPropertyEvaluatorImplements *nix shell-inspired string operations.
refsPropertyEvaluatorGiven ref:refid, + resolves reference refid.
typesPropertyEvaluatorGiven type(arg), attempts + to invoke + type constructor (project, arg), + then (arg).
+ + +