| | |
| | | import org.opends.guitools.controlpanel.util.ConfigReader; |
| | | import org.opends.guitools.controlpanel.util.Utilities; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.forgerock.opendj.config.server.ConfigException; |
| | | import org.opends.server.admin.client.ManagementContext; |
| | | import org.opends.server.admin.client.ldap.JNDIDirContextAdaptor; |
| | | import org.opends.server.admin.client.ldap.LDAPManagementContext; |
| | |
| | | import org.opends.server.types.LDIFImportConfig; |
| | | import org.opends.server.types.OpenDsException; |
| | | import org.opends.server.util.LDIFReader; |
| | | |
| | | import com.forgerock.opendj.cli.CommandBuilder; |
| | | |
| | | /** |
| | |
| | | return canLaunch; |
| | | } |
| | | |
| | | private void updateConfiguration() throws OpenDsException |
| | | private void updateConfiguration() throws OpenDsException, ConfigException |
| | | { |
| | | boolean configHandlerUpdated = false; |
| | | try |
| | |
| | | } |
| | | } |
| | | |
| | | private void modifyIndex() throws OpenDsException |
| | | private void modifyIndex() throws OpenDsException, ConfigException |
| | | { |
| | | LDIFImportConfig ldifImportConfig = null; |
| | | try |