MCPcopy Create free account
hub / github.com/SummerSec/SPATool / Dot2Image

Method Dot2Image

src/main/java/com/sumsec/core/cfg/ImageUtil.java:64–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63
64 public String[] Dot2Image(){
65 // TODO
66 log.info("Dot2Image");
67 FindDot findDot = new FindDot();
68 String[] dotPath = findDot.findDotCFG(".dot");
69 OSUtil osUtil = new OSUtil();
70// String imgPath = ConstatField.ResultTemp + ConstatField.separator + mName + ".png";
71 return osUtil.RunCmd(dotPath);
72 }
73
74// public void start(Stage primaryStage) {
75// primaryStage.setTitle("Hello World!");

Callers 1

CFGGMethod · 0.95

Calls 2

findDotCFGMethod · 0.95
RunCmdMethod · 0.95

Tested by

no test coverage detected