| java.lang.Object org.tp23.antinstaller.runtime.IfPropertyHelper
IfPropertyHelper | public class IfPropertyHelper (Code) | | Encapsulates code fo the ifProperty feature
N.B. It is the installer generator's responsibility to ensure that properties passed
to the less than or greater than test are valid Numbers.
The internal Java format used is a Double so avalid regex would be
something like [0-9]+\.*[0-9]* or [0-9]+ for an Integer.
The rather strange -= and += syntax is used because > and <
must be escaped to > and < in XML attributes and the legibility
of the configuration files would be impared.
REF: 1145496
author: Paul Hinds version: $Id: IfPropertyHelper.java,v 1.5 2007/01/19 00:24:36 teknopaul Exp $ |
ifTarget | public boolean ifTarget(Page next, Page[] pages)(Code) | | boolean true to SHOW the page |
|
|