Returns the resolved fileparamextension the extensionparamproject the projectreturnthe file resolvedthrowsBuildException if no location is set if (null == location) { final String message = "No location specified for resolver"; throw new BuildException(message); } return project.resolveFile(location);
if (null == location) { final String message = "No location specified for resolver"; throw new BuildException(message); } return project.resolveFile(location);
Sets the location for this resolverparamlocation the location this.location = location;
this.location = location;
Returns a string representation of the Locationreturnthe string representation return "Location[" + location + "]";
return "Location[" + location + "]";