Package modulecheck.reporting.graphviz
Types
Link copied to clipboard
class GraphvizFactory @Inject constructor(val typeSafeProjectPathResolver: TypeSafeProjectPathResolver)
Content copied to clipboard
Creates a Graphviz model of a dependency graph from a given ProjectDepth root.
Link copied to clipboard
class GraphvizFileWriter @Inject constructor(val settings: ModuleCheckSettings, val graphvizFactory: GraphvizFactory)
Content copied to clipboard