java.lang.Cloneable
AttributeNamespaceDef
, DefBase
, MacroDef
, PreSetDef
public class AntlibDefinition extends Task
description, location, project
Constructor | Description |
---|---|
AntlibDefinition() |
Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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
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()