private SynchronousBundleListener bundleInstallListener;
@SuppressWarnings("unchecked")
public Watcher4ManifestMarkedWab(BundleContext context,
FwkRuntime fwkRuntime) {
super(context, new BundleManifestScanner(new RegexKeyManifestFilter(
"Web-ContextPath")), new WABObeserver<ManifestEntry>());
}