Package lib.aide.paths
Class PathsHtml<C,P>
java.lang.Object
lib.aide.paths.PathsHtml<C,P>
This class provides HTML representation utilities for the Paths class.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder class to configure and create an instance of PathsHtml.static final record
Record to hold HTML content details. -
Method Summary
-
Method Details
-
toHtmlUL
Generates an HTML representation of the given Paths object wrapped in a- Parameters:
paths
- the Paths object to visualize- Returns:
- a string representing the HTML tree
-
toHtmlUL
-