public URLLocatorStrategy()

in src/main/java/org/apache/maven/shared/io/location/URLLocatorStrategy.java [47:51]


    public URLLocatorStrategy(String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit) {
        this.tempFilePrefix = tempFilePrefix;
        this.tempFileSuffix = tempFileSuffix;
        this.tempFileDeleteOnExit = tempFileDeleteOnExit;
    }