org.apache.maven.shared.io.location
Class ArtifactLocation

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

public class ArtifactLocation
extends FileLocation


Constructor Summary
ArtifactLocation(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactLocation

public ArtifactLocation(org.apache.maven.artifact.Artifact artifact,
                        String specification)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.