Package com.atlassian.new_platform
Class BundleRenderer
java.lang.Object
com.atlassian.new_platform.BundleRenderer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BundleRenderer
Params are used to mark certain dependencies with specific color. If rendered bundle won't be present on any of the lists, it will be marked with default color.
-
-
Method Details
-
renderDependencies
public void renderDependencies(Map<String, Set<String>> allDependencies, Path path) throws IOExceptionRenders grap of dependencies in two formats - DOT and SVG- Parameters:
allDependencies- map of dependencies to renderpath- location with file name without extension, where graphs should be saved- Throws:
IOException- if something bad happens with the provided location
-