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