org.codehaus.mojo.versions.api
Interface ArtifactAssociation


public interface ArtifactAssociation

Created by IntelliJ IDEA.

Since:
1.0-alpha-3
Author:
Stephen Connolly

Method Summary
 org.apache.maven.artifact.Artifact getArtifact()
           
 String getArtifactId()
           
 String getGroupId()
           
 boolean isUsePluginRepositories()
           
 

Method Detail

getGroupId

String getGroupId()

getArtifactId

String getArtifactId()

isUsePluginRepositories

boolean isUsePluginRepositories()

getArtifact

org.apache.maven.artifact.Artifact getArtifact()


Copyright © 2008-2011 Codehaus. All Rights Reserved.