Alle Klassen und Schnittstellen

Klassen
Klasse
Beschreibung
Property 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.
DefaultValue operation.
Abstract delegating PropertyHelper.PropertyEvaluator.
DeleteFromEndGreedy operation.
DeleteFromEndReluctant operation.
DeleteFromStartGreedy operation.
DeleteFromStartReluctant operation.
DeletePartOperation to be subclassed for Delete[Start|End][Greedy|Reluctant]..
PropertyEvaluator that resolves a reference against the current project.
PropertyHelper.PropertyEvaluator that processes combinations of !, & (+ is also accepted for XML ease-of-use), ^ (XOR), and |, in descending priority.
By popular demand: Nested property expander.
Abstract pattern-based operation.
Abstract prefixed PropertyEvaluator.
PropertyHelper.PropertyEvaluator based on a regex pattern that will produce match groups to be dealt with by RegexBasedEvaluator.evaluate(String[], PropertyHelper).
Replace operation--handles 'replace all' and 'replace first' alike.
Require property operation.
SetDefaultValue operation.
PrefixedPropertyEvaluator that always uses the same prefix.
PropertyEvaluator to apply *nix-style string operations to Ant properties.
Substring operation.
Translate operation.