Forge - Dependencies API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.dependencies.DependencyNode

Packages that use DependencyNode
org.jboss.forge.dependencies   
org.jboss.forge.dependencies.builder   
org.jboss.forge.dependencies.collection   
 

Uses of DependencyNode in org.jboss.forge.dependencies
 

Methods in org.jboss.forge.dependencies that return DependencyNode
 DependencyNode DependencyNode.getParent()
           
 DependencyNode AddonDependencyResolver.resolveAddonDependencyHierarchy(DependencyQuery query)
          Resolve the dependency hierarchy for use during Addon installation.
 DependencyNode DependencyResolver.resolveDependencyHierarchy(DependencyQuery query)
          Resolve the entire dependency hierarchy for the given DependencyQuery
 

Methods in org.jboss.forge.dependencies that return types with arguments of type DependencyNode
 List<DependencyNode> DependencyNode.getChildren()
           
 

Uses of DependencyNode in org.jboss.forge.dependencies.builder
 

Classes in org.jboss.forge.dependencies.builder that implement DependencyNode
 class DependencyNodeBuilder
          Creates a DependencyNode object
 

Methods in org.jboss.forge.dependencies.builder that return DependencyNode
 DependencyNode DependencyNodeBuilder.getParent()
           
 

Methods in org.jboss.forge.dependencies.builder that return types with arguments of type DependencyNode
 List<DependencyNode> DependencyNodeBuilder.getChildren()
           
 

Methods in org.jboss.forge.dependencies.builder with parameters of type DependencyNode
static DependencyNodeBuilder DependencyNodeBuilder.create(DependencyNode parent, Dependency dependency)
           
 

Uses of DependencyNode in org.jboss.forge.dependencies.collection
 

Methods in org.jboss.forge.dependencies.collection that return types with arguments of type DependencyNode
static Iterator<DependencyNode> DependencyNodeUtil.breadthFirstIterator(DependencyNode dependencyNode)
          Creates and returns an iterator that traverses the subtree rooted at this node in breadth-first order.
static Iterator<DependencyNode> DependencyNodeUtil.depthFirstIterator(DependencyNode dependencyNode)
          Creates and returns an iterator that traverses the subtree rooted at this node in depth-first order.
static Iterator<DependencyNode> DependencyNodeUtil.preorderIterator(DependencyNode dependencyNode)
          Creates and returns an iterator that traverses the subtree rooted at this node in preorder.
static List<DependencyNode> DependencyNodeUtil.select(DependencyNode node, Predicate<DependencyNode> filter)
          Returns the DependencyNode objects that satisfy the filter.
 

Methods in org.jboss.forge.dependencies.collection with parameters of type DependencyNode
static Iterator<DependencyNode> DependencyNodeUtil.breadthFirstIterator(DependencyNode dependencyNode)
          Creates and returns an iterator that traverses the subtree rooted at this node in breadth-first order.
static Iterator<DependencyNode> DependencyNodeUtil.depthFirstIterator(DependencyNode dependencyNode)
          Creates and returns an iterator that traverses the subtree rooted at this node in depth-first order.
static Iterator<DependencyNode> DependencyNodeUtil.preorderIterator(DependencyNode dependencyNode)
          Creates and returns an iterator that traverses the subtree rooted at this node in preorder.
static CharSequence DependencyNodeUtil.prettyPrint(DependencyNode root)
          Prints a tree-like structure for this object
static String DependencyNodeUtil.prettyPrint(DependencyNode root, Predicate<DependencyNode> filter)
           
static List<DependencyNode> DependencyNodeUtil.select(DependencyNode node, Predicate<DependencyNode> filter)
          Returns the DependencyNode objects that satisfy the filter.
 

Method parameters in org.jboss.forge.dependencies.collection with type arguments of type DependencyNode
static String DependencyNodeUtil.prettyPrint(DependencyNode root, Predicate<DependencyNode> filter)
           
static List<DependencyNode> DependencyNodeUtil.select(DependencyNode node, Predicate<DependencyNode> filter)
          Returns the DependencyNode objects that satisfy the filter.
 


Forge - Dependencies API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.