java.lang.Object
org.jboss.modules.DependencyTreeViewer
A dependency tree viewer utility. Prints out the dependency tree for a module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprint(PrintWriter out, String name, File... roots) Print the dependency tree for the given module with the given module root list.
-
Constructor Details
-
DependencyTreeViewer
public DependencyTreeViewer()
-
-
Method Details
-
print
Print the dependency tree for the given module with the given module root list.- Parameters:
out- the output stream to usename- the name of the module to examineroots- the module roots to search
-