| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TypeAdapter
Used to wrap types.
| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
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.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||