org.jvnet.hudson.plugins.repositoryconnector.aether
Class AetherResult
java.lang.Object
org.jvnet.hudson.plugins.repositoryconnector.aether.AetherResult
public class AetherResult
- extends Object
Constructor Summary |
AetherResult(org.sonatype.aether.graph.DependencyNode root,
List<File> resolvedFiles)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AetherResult
public AetherResult(org.sonatype.aether.graph.DependencyNode root,
List<File> resolvedFiles)
getRoot
public org.sonatype.aether.graph.DependencyNode getRoot()
getResolvedFiles
public List<File> getResolvedFiles()
Copyright © 2010-2014. All Rights Reserved.