It can be used either:
450451452453454455456
* the configuration writer * @throws Exception */ public ConfigWriter getConfigWriter() throws Exception { return new ConfigWriter( ApacheDS2ConfigurationPlugin.getDefault().getSchemaManager(), configBean ); }
444445446447448449450