From 0bd346c5c36d939959e5616cf22ae9408ee52c69 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 2 Aug 2020 15:11:05 +0200 Subject: add a PropertyEnumerator delegate to better support PropertySet --- manual/properties.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'manual') diff --git a/manual/properties.html b/manual/properties.html index c058af9d3..22476c4a0 100644 --- a/manual/properties.html +++ b/manual/properties.html @@ -154,6 +154,20 @@ this would be org.apache.tools.ant.property.LocalProperties which implements storage for local properties.

+ +
  • org.apache.tools.ant.PropertyHelper$PropertyEnumerator + is responsible for enumerating property names. + +

    This is the interface you'd implement if you want to provide + your own storage independent of Ant's project + instance—the interface represents part of the reading + end. An example for this would + be org.apache.tools.ant.property.LocalProperties + which implements storage for local + properties.

    + +

    This interface has been added with Ant 1.10.9.

    +
  • The default PropertyExpander looks similar to:

    -- cgit v1.2.1