java.lang.Cloneable
, TypeAdapter
public class AugmentReference extends Task implements TypeAdapter
description, location, project
Constructor | Description |
---|---|
AugmentReference() |
Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
getProject, setProject
public void checkProxyClass(java.lang.Class<?> proxyClass)
checkProxyClass
in interface TypeAdapter
proxyClass
- the class to be checked.public java.lang.Object getProxy()
getProxy
in interface TypeAdapter
public void setProxy(java.lang.Object o)
setProxy
in interface TypeAdapter
o
- The target object. Must not be null
.