| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public class Taskdefextends Typedeftaskname=fully.qualified.java.classname
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.Definer | |
Definer.Format, Definer.OnError | |
Field Summary |
Fields inherited from class org.apache.tools.ant.Task | |
description, location, target, taskName, taskType, wrapper | |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
project | |
Constructor Summary | |
| |
Method Summary |
Methods inherited from class org.apache.tools.ant.taskdefs.Definer | |
addDefinition, execute, getClassname, getFile, getName, getResource, loadProperties, setAdaptTo, setAdaptToClass, setAdapter, setAdapterClass, setClassname, setFile, setFormat, setName, setOnError, setResource | |
Methods inherited from class org.apache.tools.ant.taskdefs.DefBase | |
createClasspath, createLoader, getClasspath, getClasspathId, getLoaderId, init, isReverseLoader, setClasspath, setClasspathRef, setLoaderRef, setReverseLoader | |
Methods inherited from class org.apache.tools.ant.taskdefs.AntlibDefinition | |
getAntlibClassLoader, getURI, setAntlibClassLoader, setURI | |
Methods inherited from class org.apache.tools.ant.Task | |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | |
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
getProject, log, log, setProject | |
public Taskdef()
Default constructor. Creates a new Taskdef instance. This sets the adapter and the adaptto classes to TaskAdapter and Task.