public class DependencyTree<T> extends Object
| Constructor and Description |
|---|
DependencyTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T parent)
Direct dep without any transient dependencies
|
void |
add(T parent,
T child)
A transient dependencies linked ot a parent (origin)
|
protected int |
comparator(T first,
T second) |
Collection<T> |
getDirectDeps() |
Collection<T> |
getTransientDeps(T parent) |
public void add(T parent, T child)
parent - public void add(T parent)
parent - public Collection<T> getDirectDeps()
public Collection<T> getTransientDeps(T parent)
Copyright © 2017 JBoss by Red Hat. All rights reserved.