Package org.apache.ant.props
package org.apache.ant.props
-
KlassenKlasseBeschreibungProperty evaluator that will map a currently defined Ant type using its String constructor, if it has any.PropertyEvaluator that delegates to ConditionTypeEvaluator and LogicalOperationEvaluator for a more all-encompassing treatment of condition processing.Property evaluator that evaluates Ant conditions to a Boolean instance matching the condition's outcome.Abstract delegating
PropertyHelper.PropertyEvaluator.PropertyEvaluator that resolves a reference against the current project.PropertyHelper.PropertyEvaluatorthat processes combinations of!,&(+is also accepted for XML ease-of-use),^(XOR), and|, in descending priority.By popular demand: Nested property expander.Abstract prefixed PropertyEvaluator.PropertyHelper.PropertyEvaluatorbased on a regex pattern that will produce match groups to be dealt with byRegexBasedEvaluator.evaluate(String[], PropertyHelper).PrefixedPropertyEvaluator that always uses the same prefix.