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