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

java.lang.Object
  extended byorg.apache.maven.shared.io.location.FileLocation
      extended byorg.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)
           
 
Methods inherited from class org.apache.maven.shared.io.location.FileLocation
close, getFile, 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-2006 Apache Software Foundation. All Rights Reserved.