Class URLLocation

java.lang.Object
org.apache.maven.shared.io.location.FileLocation
org.apache.maven.shared.io.location.URLLocation
All Implemented Interfaces:
Location

public class URLLocation extends FileLocation
The URL Location.
  • Constructor Details

    • URLLocation

      public URLLocation(URL url, String specification, String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit)
      Parameters:
      url - the URL
      specification - the spec
      tempFilePrefix - the prefix
      tempFileSuffix - the suffix
      tempFileDeleteOnExit - delete on exit
  • Method Details