org.apache.tools.ant.taskdefs.optional.extension.resolvers
public class LocationResolver extends Object implements ExtensionResolver
Method Summary | |
---|---|
File | resolve(Extension extension, Project project)
Returns the resolved file |
void | setLocation(String location)
Sets the location for this resolver |
String | toString()
Returns a string representation of the Location |
Parameters: extension the extension project the project
Returns: the file resolved
Throws: BuildException if no location is set
Parameters: location the location
Returns: the string representation