org.codehaus.mojo.tools.project.extras
Class PrefixPropertyPathResolver

java.lang.Object
  extended by org.codehaus.mojo.tools.project.extras.PrefixPropertyPathResolver
All Implemented Interfaces:
ArtifactPathResolver

public class PrefixPropertyPathResolver
extends Object
implements ArtifactPathResolver


Constructor Summary
PrefixPropertyPathResolver(MavenProjectBuilder projectBuilder, List remoteRepositories, ArtifactRepository localRepository, ArtifactFactory artifactFactory, Log log)
           
 
Method Summary
 File resolve(Artifact artifact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixPropertyPathResolver

public PrefixPropertyPathResolver(MavenProjectBuilder projectBuilder,
                                  List remoteRepositories,
                                  ArtifactRepository localRepository,
                                  ArtifactFactory artifactFactory,
                                  Log log)
Method Detail

resolve

public File resolve(Artifact artifact)
             throws PathResolutionException
Specified by:
resolve in interface ArtifactPathResolver
Throws:
PathResolutionException


Copyright © 2005-2008 Codehaus. All Rights Reserved.