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