Package org.jboss.modules
Class DependencyTreeViewer
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 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, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DependencyTreeViewer
public DependencyTreeViewer()
-
-
Method Details
-
print
@Deprecated(forRemoval=true) public static void print(PrintWriter out, ModuleIdentifier identifier, File... roots) Deprecated, for removal: This API element is subject to removal in a future version.Useprint(PrintWriter, String, File...)
instead.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
-
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
-
print(PrintWriter, String, File...)
instead.