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)
|
Set<T> |
getDirectDeps() |
Set<T> |
getTransientDeps(T parent) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.