| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassname()
Get the classname of the InputHandler.
|
String |
getRefid()
Get the refid of this Handler.
|
Input.HandlerType |
getType()
Get the handler type.
|
void |
setClassname(String classname)
Set the InputHandler classname.
|
void |
setRefid(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.
|
createClasspath, createLoader, getClasspath, getClasspathId, getLoaderId, hasCpDelegate, init, isReverseLoader, setClasspath, setClasspathRef, setLoaderRefgetAntlibClassLoader, getURI, setAntlibClassLoader, setURIbindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic String getClassname()
public String getRefid()
public Input.HandlerType getType()
public void setClassname(String classname)
classname - the String classname.public void setRefid(String refid)
refid - the String refid.public void setType(Input.HandlerType type)
type - a HandlerType.