Package com.atlassian.new_platform
Class BundleRenderer
java.lang.Object
com.atlassian.new_platform.BundleRenderer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
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
-