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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
generate(java.lang.String... classNames)
Generates the Graphviz DOT file and returns it as a Strting.
-
-
-
Method Detail
-
generate
java.lang.String generate(java.lang.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:
-
-