description, location, project
Constructor | Description |
---|---|
Handler() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClassname() |
Get the classname of the InputHandler.
|
java.lang.String |
getRefid() |
Get the refid of this Handler.
|
Input.HandlerType |
getType() |
Get the handler type.
|
void |
setClassname(java.lang.String classname) |
Set the InputHandler classname.
|
void |
setRefid(java.lang.String refid) |
Specify that the handler is a reference on the project;
this allows the use of a custom inputhandler.
|
void |
setType(Input.HandlerType type) |
Set the handler type.
|
getAntlibClassLoader, getURI, setAntlibClassLoader, setURI
createClasspath, createLoader, getClasspath, getClasspathId, getLoaderId, hasCpDelegate, init, isReverseLoader, setClasspath, setClasspathRef, setLoaderRef, setReverseLoader
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, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setRefid(java.lang.String refid)
refid
- the String refid.public java.lang.String getRefid()
public void setClassname(java.lang.String classname)
classname
- the String classname.public java.lang.String getClassname()
public void setType(Input.HandlerType type)
type
- a HandlerType.public Input.HandlerType getType()