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

java.lang.Object
  extended by org.jvnet.hudson.plugins.repositoryconnector.aether.ExcludeTranisitiveDependencyFilter
All Implemented Interfaces:
org.sonatype.aether.graph.DependencyFilter

public class ExcludeTranisitiveDependencyFilter
extends Object
implements org.sonatype.aether.graph.DependencyFilter


Constructor Summary
ExcludeTranisitiveDependencyFilter()
           
 
Method Summary
 boolean accept(org.sonatype.aether.graph.DependencyNode node, List<org.sonatype.aether.graph.DependencyNode> parents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeTranisitiveDependencyFilter

public ExcludeTranisitiveDependencyFilter()
Method Detail

accept

public boolean accept(org.sonatype.aether.graph.DependencyNode node,
                      List<org.sonatype.aether.graph.DependencyNode> parents)
Specified by:
accept in interface org.sonatype.aether.graph.DependencyFilter


Copyright © 2010-2014. All Rights Reserved.