Class ArtifactLocation
java.lang.Object
org.apache.maven.shared.io.location.FileLocation
org.apache.maven.shared.io.location.ArtifactLocation
- All Implemented Interfaces:
Location
The artifact location.
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactLocation
(org.apache.maven.artifact.Artifact artifact, String specification) -
Method Summary
Methods inherited from class org.apache.maven.shared.io.location.FileLocation
close, getFile, getInputStream, getSpecification, initFile, open, read, read, setFile, unsafeGetFile
-
Constructor Details
-
ArtifactLocation
- Parameters:
artifact
-Artifact
specification
- The specification.
-