org.apache.tools.ant.taskdefs
public class Input.Handler extends DefBase
| Method Summary | |
|---|---|
| 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. |
Returns: String classname.
Returns: String refid.
Returns: a HandlerType object.
Parameters: classname the String classname.
Parameters: refid the String refid.
Parameters: type a HandlerType.