org.apache.tools.ant.taskdefs
public class AntlibDefinition extends Task
Since: Ant 1.6
Method Summary | |
---|---|
ClassLoader | getAntlibClassLoader()
The current antlib classloader |
String | getURI()
The URI for this definition. |
void | setAntlibClassLoader(ClassLoader classLoader)
Set the class loader of the loading object
|
void | setURI(String uri)
The URI for this definition.
|
Returns: the antlib classloader for the definition, this is null if the definition is not used in an antlib.
Returns: The URI for this defintion.
Parameters: classLoader a ClassLoader
value
Parameters: uri the namespace URI
Throws: BuildException if a reserved URI is used