public final class DependencyTreeViewer
extends java.lang.Object
| Constructor and Description |
|---|
DependencyTreeViewer() |
| Modifier and Type | Method and Description |
|---|---|
private static <I,O extends I> |
filtered(java.lang.Class<O[]> oType,
I... inputs) |
static void |
print(java.io.PrintWriter out,
ModuleIdentifier identifier,
java.io.File... roots)
Print the dependency tree for the given module with the given module root list.
|
private static void |
print(java.io.PrintWriter out,
java.lang.String prefix,
DependencySpec spec,
FastCopyHashSet<ModuleIdentifier> visited,
boolean last,
java.io.File... roots) |
private static void |
print(java.io.PrintWriter out,
java.lang.String prefix,
ModuleIdentifier identifier,
FastCopyHashSet<ModuleIdentifier> visited,
java.io.File... roots) |
private static void |
print(java.io.PrintWriter out,
java.lang.String prefix,
ModuleSpec spec,
FastCopyHashSet<ModuleIdentifier> visited,
java.io.File... roots) |
private static <I,O extends I> O[] filtered(java.lang.Class<O[]> oType,
I... inputs)
private static void print(java.io.PrintWriter out,
java.lang.String prefix,
ModuleSpec spec,
FastCopyHashSet<ModuleIdentifier> visited,
java.io.File... roots)
private static void print(java.io.PrintWriter out,
java.lang.String prefix,
DependencySpec spec,
FastCopyHashSet<ModuleIdentifier> visited,
boolean last,
java.io.File... roots)
private static void print(java.io.PrintWriter out,
java.lang.String prefix,
ModuleIdentifier identifier,
FastCopyHashSet<ModuleIdentifier> visited,
java.io.File... roots)
public static void print(java.io.PrintWriter out,
ModuleIdentifier identifier,
java.io.File... roots)
out - the output stream to useidentifier - the identifier of the module to examineroots - the module roots to search