org.sonatype.aether.test.util
Class ArtifactDescription

java.lang.Object
  extended by org.sonatype.aether.test.util.ArtifactDescription

public class ArtifactDescription
extends Object

Author:
Benjamin Hanzelmann

Method Summary
 List<Dependency> getDependencies()
           
 List<Dependency> getManagedDependencies()
           
 List<Artifact> getRelocations()
           
 List<RemoteRepository> getRepositories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRelocations

public List<Artifact> getRelocations()

getRepositories

public List<RemoteRepository> getRepositories()

getManagedDependencies

public List<Dependency> getManagedDependencies()

getDependencies

public List<Dependency> getDependencies()


Copyright © 2010-2012. All Rights Reserved.