|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.TaskAdapter
Use introspection to "adapt" an arbitrary Bean ( not extending Task, but with similar patterns).
Fields inherited from class org.apache.tools.ant.Task |
description,
location,
project,
target |
Constructor Summary | |
TaskAdapter()
|
Method Summary | |
void |
execute()
Do the execution. |
java.lang.Object |
getProxy()
|
void |
setProxy(java.lang.Object o)
Set the target object class |
Methods inherited from class org.apache.tools.ant.Task |
getDescription,
getLocation,
init,
setDescription,
setLocation,
setTarget |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TaskAdapter()
Method Detail |
public void execute() throws BuildException
public void setProxy(java.lang.Object o)
public java.lang.Object getProxy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |