org.jvnet.hudson.plugins.repositoryconnector.aether
Class AetherResult

java.lang.Object
  extended by org.jvnet.hudson.plugins.repositoryconnector.aether.AetherResult

public class AetherResult
extends Object


Constructor Summary
AetherResult(org.sonatype.aether.graph.DependencyNode root, List<File> resolvedFiles)
           
 
Method Summary
 List<File> getResolvedFiles()
           
 org.sonatype.aether.graph.DependencyNode getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AetherResult

public AetherResult(org.sonatype.aether.graph.DependencyNode root,
                    List<File> resolvedFiles)
Method Detail

getRoot

public org.sonatype.aether.graph.DependencyNode getRoot()

getResolvedFiles

public List<File> getResolvedFiles()


Copyright © 2010-2014. All Rights Reserved.