| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.ProjectComponentorg.apache.tools.ant.Taskorg.apache.tools.ant.taskdefs.AntlibDefinitionorg.apache.tools.ant.taskdefs.DefBaseorg.apache.tools.ant.taskdefs.Input.Handlerpublic class Input.Handlerextends DefBaseField Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
description, location, project | |
Method Summary | |
String |
|
String |
|
Input.HandlerType |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.tools.ant.taskdefs.DefBase | |
createClasspath, createLoader, getClasspath, getClasspathId, getLoaderId, hasCpDelegate, init, isReverseLoader, setClasspath, setClasspathRef, setLoaderRef, setReverseLoader | |
Methods inherited from class org.apache.tools.ant.taskdefs.AntlibDefinition | |
getAntlibClassLoader, getURI, setAntlibClassLoader, setURI | |
Methods inherited from class org.apache.tools.ant.Task | |
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 | |
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject | |
public String getClassname()
Get the classname of the InputHandler.
- Returns:
- String classname.
public String getRefid()
Get the refid of this Handler.
- Returns:
- String refid.
public void setClassname(String classname)
Set the InputHandler classname.
- Parameters:
classname- the String classname.
public void setRefid(String refid)
Specify that the handler is a reference on the project; this allows the use of a custom inputhandler.
- Parameters:
refid- the String refid.
public void setType(Input.HandlerType type)
Set the handler type.
- Parameters:
type- a HandlerType.