Class URLLocation
java.lang.Object
org.apache.maven.shared.io.location.FileLocation
org.apache.maven.shared.io.location.URLLocation
- All Implemented Interfaces:
Location
The URL Location.
-
Constructor Summary
ConstructorsConstructorDescriptionURLLocation(URL url, String specification, String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit) -
Method Summary
Methods inherited from class FileLocation
close, getFile, getInputStream, getSpecification, open, read, read, setFile, unsafeGetFile
-
Constructor Details
-
URLLocation
-
-
Method Details
-
initFile
initialize file.- Overrides:
initFilein classFileLocation- Throws:
IOException- in case error.
-