in src/main/java/org/apache/maven/shared/io/location/URLLocation.java [48:56]
public URLLocation(
URL url, String specification, String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit) {
super(specification);
this.url = url;
this.tempFilePrefix = tempFilePrefix;
this.tempFileSuffix = tempFileSuffix;
this.tempFileDeleteOnExit = tempFileDeleteOnExit;
}