improve model/view split in bundle status, more nomenclature fixes

This commit is contained in:
Jason P. Leasure 2020-03-27 16:27:22 -04:00
parent ad897f263c
commit d8610b00be
11 changed files with 211 additions and 302 deletions

View file

@ -117,7 +117,7 @@ public class GhidraScriptMgrPluginScreenShots extends GhidraScreenShotGenerator
paths.add(new BundlePath("/User/defined/invalid/directory"));
BundleStatusProvider bundleStatusProvider = showProvider(BundleStatusProvider.class);
bundleStatusProvider.setPaths(paths);
bundleStatusProvider.getModel().setPaths(paths);
waitForComponentProvider(BundleStatusProvider.class);
captureComponent(bundleStatusProvider.getComponent());