org.apache.tools.ant.taskdefs.optional.extension.resolvers
public class AntResolver extends Object implements ExtensionResolver
Method Summary | |
---|---|
File | resolve(Extension extension, Project project)
Returns the resolved file |
void | setAntfile(File antfile)
Sets the ant file |
void | setDestfile(File destfile)
Sets the destination file |
void | setTarget(String target)
Sets the target |
String | toString()
Returns a string representation |
Parameters: extension the extension project the project
Returns: the file resolved
Throws: BuildException if the file cannot be resolved
Parameters: antfile the ant file to set
Parameters: destfile the destination file
Parameters: target the target
Returns: the string representation