Package org.jboss.modules
Class DependencyTreeViewer
- java.lang.Object
-
- org.jboss.modules.DependencyTreeViewer
-
public final class DependencyTreeViewer extends Object
A dependency tree viewer utility. Prints out the dependency tree for a module.
-
-
Constructor Summary
Constructors Constructor Description DependencyTreeViewer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
print(PrintWriter out, ModuleIdentifier identifier, File... roots)
Print the dependency tree for the given module with the given module root list.
-
-
-
Method Detail
-
print
public static void print(PrintWriter out, ModuleIdentifier identifier, File... roots)
Print the dependency tree for the given module with the given module root list.- Parameters:
out
- the output stream to useidentifier
- the identifier of the module to examineroots
- the module roots to search
-
-