org.apache.tools.ant
public interface TypeAdapter
Method Summary | |
---|---|
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.
|
Project | getProject()
Gets the project
|
Object | getProxy()
Returns the proxy object.
|
void | setProject(Project p)
Sets the project
|
void | setProxy(Object o)
Sets the proxy object, whose methods are going to be
invoked by ant.
|
Parameters: proxyClass the class to be checked.
Returns: the project instance.
Returns: the target proxy object
Parameters: p the project instance.
Parameters: o The target object. Must not be null
.