public class AugmentReference extends Task implements TypeAdapter
description, location, project| Constructor and Description | 
|---|
| AugmentReference() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | checkProxyClass(java.lang.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. | 
| java.lang.Object | getProxy()Returns the proxy object. | 
| void | setProxy(java.lang.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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProject, setProjectpublic void checkProxyClass(java.lang.Class<?> proxyClass)
checkProxyClass in interface TypeAdapterproxyClass - the class to be checked.public java.lang.Object getProxy()
getProxy in interface TypeAdapterpublic void setProxy(java.lang.Object o)
setProxy in interface TypeAdaptero - The target object. Must not be null.