org.apache.tools.ant.taskdefs
public class Taskdef extends Typedef
You can also define a group of tasks at once using the file or resource attributes. These attributes point to files in the format of Java property files. Each line defines a single task in the format:
taskname=fully.qualified.java.classname
Since: Ant 1.1
UNKNOWN: category="internal"
Constructor Summary | |
---|---|
Taskdef()
Default constructor.
|