Methods Summary |
---|
public void | checkProxyClass(java.lang.Class proxyClass)Check if the proxy class is compatible with this adapter - i.e.
the adapter will be able to adapt instances of the give class.
|
public Project | getProject()Gets the project
|
public java.lang.Object | getProxy()Returns the proxy object.
|
public void | setProject(Project p)Sets the project
|
public void | setProxy(java.lang.Object o)Sets the proxy object, whose methods are going to be
invoked by ant.
A proxy object is normally the object defined by
a <typedef/> task that is adapted by the "adapter"
attribute.
|