org.sonatype.aether.test.util
Class ArtifactDescription

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

public class ArtifactDescription
extends java.lang.Object

Author:
Benjamin Hanzelmann

Method Summary
 java.util.List<Dependency> getDependencies()
           
 java.util.List<Dependency> getManagedDependencies()
           
 java.util.List<Artifact> getRelocations()
           
 java.util.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 java.util.List<Artifact> getRelocations()

getRepositories

public java.util.List<RemoteRepository> getRepositories()

getManagedDependencies

public java.util.List<Dependency> getManagedDependencies()

getDependencies

public java.util.List<Dependency> getDependencies()


Copyright © 2010 Sonatype, Inc.. All Rights Reserved.