Modifier and Type | Method and Description |
---|---|
public void | checkProxyClass(Class<?>
the class to be checked. 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 | |
public Object | |
public void | |
public void |
checkProxyClass | back to summary |
---|---|
public void checkProxyClass(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.
|
getProject | back to summary |
---|---|
public Project getProject() Gets the project
|
getProxy | back to summary |
---|---|
public Object getProxy() Returns the proxy object.
|
setProject | back to summary |
---|---|
public void setProject(Project p) Sets the project
|
setProxy | back to summary |
---|---|
public void setProxy(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.
|