Class ClasspathPrinter
java.lang.Object
uno.anahata.ai.tools.spi.ClasspathPrinter
A utility class for formatting complex Java classpaths into a readable,
hierarchical tree structure.
This is especially useful for debugging "hot-reload" issues or inspecting the environment of a running JVM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringprettyPrint(String classpath) Prints the given classpath string as a hierarchical tree, grouping JARs by their parent directory and showing counts.
-
Constructor Details
-
ClasspathPrinter
public ClasspathPrinter()
-
-
Method Details
-
prettyPrint
-
