|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.Antlib
Antlib task. It does not occur in an ant build file. It is the root element an antlib xml file.
Field Summary | |
static java.lang.String |
TAG
The name of this task |
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 | |
Antlib()
|
Method Summary | |
void |
addTask(Task nestedTask)
add a task to the list of tasks |
static Antlib |
createAntlib(Project project,
java.net.URL antlibUrl,
java.lang.String uri)
Static method to read an ant lib definition from a url. |
void |
execute()
Execute the nested tasks, setting the classloader for any tasks that derive from Definer. |
protected void |
setClassLoader(java.lang.ClassLoader classLoader)
Set the class loader for this antlib. |
protected void |
setURI(java.lang.String uri)
Set the URI for this antlib. |
Methods inherited from class org.apache.tools.ant.Task |
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, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String TAG
Constructor Detail |
public Antlib()
Method Detail |
public static Antlib createAntlib(Project project, java.net.URL antlibUrl, java.lang.String uri)
project
- the current projectantlibUrl
- the url to read the definitions fromuri
- the uri that the antlib is to be placed in
protected void setClassLoader(java.lang.ClassLoader classLoader)
classLoader
- the class loaderprotected void setURI(java.lang.String uri)
uri
- the namespace uripublic void addTask(Task nestedTask)
addTask
in interface TaskContainer
nestedTask
- Nested task to execute in antlibpublic void execute()
execute
in class Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |