public class BundleRenderer extends Object
| Constructor and Description |
|---|
BundleRenderer(List<String> externalLibraries,
List<String> libraries,
List<String> frameworkBundles)
Params are used to mark certain dependencies with specific color.
|
| Modifier and Type | Method and Description |
|---|---|
void |
renderDependencies(Map<String,Set<String>> allDependencies,
Path path)
Renders grap of dependencies in two formats - DOT and SVG
|
public void renderDependencies(Map<String,Set<String>> allDependencies, Path path) throws IOException
allDependencies - map of dependencies to renderpath - location with file name without extension, where graphs should be savedIOException - if something bad happens with the provided locationCopyright © 2024 Atlassian. All rights reserved.