Interface ComponentDependencyGraphvizGenerator

All Known Implementing Classes:
ComponentDependencyGraphvizGeneratorImpl

Service that generates a Graphviz DOT description file for a given component's dependency graph or for the whole set of dependencies of all components.
Since:
5.8.3
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(String... classNames)
    Generates the Graphviz DOT file and returns it as a Strting.
  • Method Details

    • generate

      String generate(String... classNames)
      Generates the Graphviz DOT file and returns it as a Strting.
      Parameters:
      classNames - the component (including page) class names to generate the dependency graph.
      Returns: