Class TypeFound

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.TypeFound
All Implemented Interfaces:
Cloneable, Condition

public class TypeFound extends ProjectComponent implements Condition
looks for a task or other Ant type that exists. Existence is defined as the type is defined, and its implementation class is present. This will work for datatypes and preset, script and macro definitions.