Class Target

java.lang.Object
org.apache.tools.ant.Target
All Implemented Interfaces:
TaskContainer
Direct Known Subclasses:
ExtensionPoint

public class Target extends Object implements TaskContainer
Class to implement a target object with required parameters.

If you are creating Targets programmatically, make sure you set the Location to a useful value. In particular all targets should have different location values.