Klasse ConditionTypeEvaluator
java.lang.Object
org.apache.ant.props.RegexBasedEvaluator
org.apache.ant.props.ConditionTypeEvaluator
- Alle implementierten Schnittstellen:
org.apache.tools.ant.PropertyHelper.Delegate, org.apache.tools.ant.PropertyHelper.PropertyEvaluator
Property evaluator that evaluates Ant conditions to a Boolean
instance matching the condition's outcome.
Default syntax is
[!]condition(attribute=value),
for example os(family=unix) or !os(family=unix).
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden RegexBasedEvaluator
addOption, evaluate, getPattern, getRegularExpression, setPattern
-
Konstruktordetails
-
ConditionTypeEvaluator
public ConditionTypeEvaluator()Create a new ConditionTypeEvaluator instance.
-
-
Methodendetails
-
evaluate
Evaluate the matched groups.- Angegeben von:
evaluatein KlasseRegexBasedEvaluator- Parameter:
groups- the matches from the base regex.propertyHelper- the calling PropertyHelper.
-