Class URLLocation

java.lang.Object
org.apache.maven.plugins.assembly.io.FileLocation
org.apache.maven.plugins.assembly.io.URLLocation
All Implemented Interfaces:
Location

class URLLocation extends FileLocation
The URL Location, storing the URL content to a temporary local file.
  • Field Details

    • url

      private final URL url
    • tempFilePrefix

      private final String tempFilePrefix
    • tempFileSuffix

      private final String tempFileSuffix
    • tempFileDeleteOnExit

      private final boolean tempFileDeleteOnExit
  • Constructor Details

    • URLLocation

      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