| | |
| | | import org.opends.guitools.controlpanel.datamodel.VLVSortOrder; |
| | | import org.opends.guitools.controlpanel.task.OfflineUpdateException; |
| | | import org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn; |
| | | import org.opends.server.core.ConfigurationBackend; |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.tools.tasks.TaskEntry; |
| | | import org.forgerock.opendj.ldap.DN; |
| | |
| | | Utilities.getInstanceRootDirectory(installRoot).getAbsolutePath(); |
| | | configFile = instanceRoot + File.separator + "config" + File.separator + |
| | | "config.ldif"; |
| | | configClassName = ReadOnlyConfigFileHandler.class.getName(); |
| | | configClassName = ConfigurationBackend.class.getName(); |
| | | try |
| | | { |
| | | DirectoryEnvironmentConfig env = DirectoryServer.getEnvironmentConfig(); |
| | |
| | | /** |
| | | * The exceptions that occurred reading the configuration. |
| | | */ |
| | | protected List<OpenDsException> exceptions = Collections.emptyList(); |
| | | protected List<Exception> exceptions = Collections.emptyList(); |
| | | |
| | | /** |
| | | * Whether the configuration has already been read or not. |
| | |
| | | * @return the list of exceptions that were encountered reading the |
| | | * configuration. |
| | | */ |
| | | public List<OpenDsException> getExceptions() |
| | | public List<Exception> getExceptions() |
| | | { |
| | | return exceptions; |
| | | } |