public final class DependencyTreeViewer extends Object
| Constructor | Description |
|---|---|
DependencyTreeViewer() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
print(PrintWriter out,
String name,
File... roots) |
Print the dependency tree for the given module with the given module root list.
|
static void |
print(PrintWriter out,
ModuleIdentifier identifier,
File... roots) |
Deprecated.
Use
print(PrintWriter, String, File...) instead. |
@Deprecated public static void print(PrintWriter out, ModuleIdentifier identifier, File... roots)
print(PrintWriter, String, File...) instead.out - the output stream to useidentifier - the identifier of the module to examineroots - the module roots to searchpublic static void print(PrintWriter out, String name, File... roots)
out - the output stream to usename - the name of the module to examineroots - the module roots to searchCopyright © 2018 JBoss by Red Hat. All rights reserved.