
public final class DependencyTreeViewer extends Object
| Constructor and Description |
|---|
DependencyTreeViewer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
print(PrintWriter out,
ModuleIdentifier identifier,
File... roots)
Print the dependency tree for the given module with the given module root list.
|
public static void print(PrintWriter out, ModuleIdentifier identifier, File... roots)
out - the output stream to useidentifier - the identifier of the module to examineroots - the module roots to searchCopyright © 2013 JBoss by Red Hat. All Rights Reserved.