PlugInManager.MULTIPLEXER};
// remove first from FMJ's registry instance. This is where
// FMJ's PlugInManager gets its values. This will be more
// efficient if PlugInManager is not yet initialized.
final Registry registry = Registry.getInstance();
for (int type : types)
{
final List<String> v = registry.getPluginList(type);
final List<String> vRemove = removePluginsFromList(flags, v);
v.removeAll(vRemove);
registry.setPluginList(type, v);
}
// This handles the case where PlugInManager is already initialized,
// or if we are using JMF's PlugInManager.
for (int type : types)