PluginManager.install(this, false);
}
public void startGui(CLOption testFile) {
PluginManager.install(this, true);
ReportTreeModel treeModel = new ReportTreeModel();
ReportTreeListener treeLis = new ReportTreeListener(treeModel);
treeLis.setActionHandler(ReportActionRouter.getInstance());
ReportGuiPackage.getInstance(treeLis, treeModel);
org.apache.jmeter.gui.ReportMainFrame main =
new org.apache.jmeter.gui.ReportMainFrame(ReportActionRouter.getInstance(),