org.apache.maven.artifact.metadata
Class ResolutionGroup

java.lang.Object
  extended by org.apache.maven.artifact.metadata.ResolutionGroup

public class ResolutionGroup
extends Object


Constructor Summary
ResolutionGroup(Artifact pomArtifact, Set artifacts, List resolutionRepositories)
           
 
Method Summary
 Set getArtifacts()
           
 Artifact getPomArtifact()
           
 List getResolutionRepositories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionGroup

public ResolutionGroup(Artifact pomArtifact,
                       Set artifacts,
                       List resolutionRepositories)
Method Detail

getPomArtifact

public Artifact getPomArtifact()

getArtifacts

public Set getArtifacts()

getResolutionRepositories

public List getResolutionRepositories()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.