handlers.clear();
}
}
private void installURLStreamHandlerFactory(BundleContext context, FrameworkAdaptor frameworkAdaptor) {
StreamHandlerFactory shf = new StreamHandlerFactory(context, frameworkAdaptor);
try {
// first try the standard way
URL.setURLStreamHandlerFactory(shf);
} catch (Error err) {
try {