public class ArtifactResolverWrapper extends Object
Modifier and Type | Method and Description |
---|---|
String |
getArtifactAbsolutePath(String groupId,
String artifactId,
String version)
Return the artifact path in the local repository for an artifact defined by its
groupId ,
its artifactId and its version . |
protected org.apache.maven.artifact.factory.ArtifactFactory |
getFactory() |
static ArtifactResolverWrapper |
getInstance(org.apache.maven.artifact.resolver.ArtifactResolver resolver,
org.apache.maven.artifact.factory.ArtifactFactory factory,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List remoteRepositories) |
String |
getLocalArtifactPath(org.apache.maven.artifact.Artifact artifact)
Gets the path to the specified artifact relative to the local repository's base directory.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
getLocalRepository() |
protected List |
getRemoteRepositories() |
protected org.apache.maven.artifact.resolver.ArtifactResolver |
getResolver() |
protected void |
setFactory(org.apache.maven.artifact.factory.ArtifactFactory factory) |
protected void |
setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository) |
protected void |
setRemoteRepositories(List remoteRepositories) |
protected void |
setResolver(org.apache.maven.artifact.resolver.ArtifactResolver resolver) |
public static ArtifactResolverWrapper getInstance(org.apache.maven.artifact.resolver.ArtifactResolver resolver, org.apache.maven.artifact.factory.ArtifactFactory factory, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List remoteRepositories)
resolver
- factory
- localRepository
- remoteRepositories
- protected org.apache.maven.artifact.factory.ArtifactFactory getFactory()
protected void setFactory(org.apache.maven.artifact.factory.ArtifactFactory factory)
protected org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
protected void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
protected List getRemoteRepositories()
protected void setRemoteRepositories(List remoteRepositories)
protected org.apache.maven.artifact.resolver.ArtifactResolver getResolver()
protected void setResolver(org.apache.maven.artifact.resolver.ArtifactResolver resolver)
public String getArtifactAbsolutePath(String groupId, String artifactId, String version) throws IOException
groupId
,
its artifactId
and its version
.groupId
- artifactId
- version
- IOException
- if anypublic String getLocalArtifactPath(org.apache.maven.artifact.Artifact artifact)
artifact
- The artifact whose path should be determined, must not be null
.null
.Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.