Class PathsHtml<C,P>

java.lang.Object
lib.aide.paths.PathsHtml<C,P>

public class PathsHtml<C,P> extends Object
This class provides HTML representation utilities for the Paths class.
  • Method Details

    • toHtmlUL

      public String toHtmlUL(Paths<C,P> paths, Optional<Map<String,String>> ulAttrs)
      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

        public String toHtmlUL(Paths<C,P> paths)