public class LocationResolver extends Object implements ExtensionResolver
Constructor and Description |
---|
LocationResolver() |
Modifier and Type | Method and Description |
---|---|
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
|
public File resolve(Extension extension, Project project) throws BuildException
resolve
in interface ExtensionResolver
extension
- the extensionproject
- the projectBuildException
- if no location is setpublic void setLocation(String location)
location
- the location