Interface ComponentDependencyGraphvizGenerator
- All Known Implementing Classes:
ComponentDependencyGraphvizGeneratorImpl
public interface ComponentDependencyGraphvizGenerator
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
-
Method Details
-
generate
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:
-