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, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProject, setProject
public void checkProxyClass(Class<?> proxyClass)
checkProxyClass
in interface TypeAdapter
proxyClass
- the class to be checked.public void execute()
public Object getProxy()
getProxy
in interface TypeAdapter
public void setProxy(Object o)
setProxy
in interface TypeAdapter
o
- The target object. Must not be null
.