public class AntlibDefinition extends Task
description, location, project
Constructor and Description |
---|
AntlibDefinition() |
Modifier and Type | Method and Description |
---|---|
java.lang.ClassLoader |
getAntlibClassLoader()
The current antlib classloader
|
java.lang.String |
getURI()
The URI for this definition.
|
void |
setAntlibClassLoader(java.lang.ClassLoader classLoader)
Set the class loader of the loading object
|
void |
setURI(java.lang.String uri)
The URI for this definition.
|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setURI(java.lang.String uri) throws BuildException
uri
- the namespace URIBuildException
- if a reserved URI is usedpublic java.lang.String getURI()
public void setAntlibClassLoader(java.lang.ClassLoader classLoader)
classLoader
- a ClassLoader
valuepublic java.lang.ClassLoader getAntlibClassLoader()