description, location, project
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and 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.
|
createClasspath, createLoader, getClasspath, getClasspathId, getLoaderId, hasCpDelegate, init, isReverseLoader, setClasspath, setClasspathRef, setLoaderRef, setReverseLoader
getAntlibClassLoader, getURI, setAntlibClassLoader, setURI
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
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()