|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setProject(Project p)
p
- the project instance.public Project getProject()
public void setProxy(java.lang.Object o)
o
- The target object. Must not be null
.public java.lang.Object getProxy()
public 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 |