/* 354 */ String classname = System.getProperty("com.arjuna.common.util.propertyservice.pluginclassname");
/* 355 */ classname = classname == null ? pluginClassname : classname;
/* */
/* 357 */ PropertyManagerIOPlugin plugin = (PropertyManagerIOPlugin)Thread.currentThread().getContextClassLoader().loadClass(pluginClassname).newInstance();
/* */
/* 359 */ plugin.load(uri, this._topLevelPropertyManager, _verbose);
/* */ }
/* */ catch (IOException e)
/* */ {
/* 363 */ throw e;
/* */ }