public class AugmentReference extends Task implements TypeAdapter
| Constructor and Description |
|---|
AugmentReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkProxyClass(Class<?> proxyClass)
Check if the proxy class is compatible with this adapter - i.e.
|
void |
execute()
Overridden to restore the wrapper once it is no longer needed.
|
Object |
getProxy()
Returns the proxy object.
|
void |
setProxy(Object o)
Sets the proxy object, whose methods are going to be
invoked by ant.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProject, setProjectpublic void checkProxyClass(Class<?> proxyClass)
checkProxyClass in interface TypeAdapterproxyClass - the class to be checked.public void execute()
public Object getProxy()
getProxy in interface TypeAdapterpublic void setProxy(Object o)
setProxy in interface TypeAdaptero - The target object. Must not be null.