public interface TypeAdapter
| Modifier and Type | Method and Description | 
|---|---|
| void | checkProxyClass(java.lang.Class<?> proxyClass)Check if the proxy class is compatible with this adapter - i.e. | 
| Project | getProject()Gets the project | 
| java.lang.Object | getProxy()Returns the proxy object. | 
| void | setProject(Project p)Sets the project | 
| void | setProxy(java.lang.Object o)Sets the proxy object, whose methods are going to be
 invoked by ant. | 
void setProject(Project p)
p - the project instance.Project getProject()
void setProxy(java.lang.Object o)
o - The target object. Must not be null.java.lang.Object getProxy()
void checkProxyClass(java.lang.Class<?> proxyClass)
proxyClass - the class to be checked.