| | |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.types.DN; |
| | | import org.opends.server.types.DirectoryEnvironmentConfig; |
| | | import org.opends.server.types.DirectoryException; |
| | | import org.opends.server.types.InitializationException; |
| | | import org.opends.server.types.OpenDsException; |
| | | import org.opends.server.types.Schema; |
| | |
| | | * @throws ConfigException if an error occurs reading the schema. |
| | | * @throws InitializationException if an error occurs trying to find out |
| | | * the schema files. |
| | | * @throws DirectoryException if there is an error registering the minimal |
| | | * objectclasses. |
| | | */ |
| | | protected void readSchema() throws ConfigException, InitializationException |
| | | protected void readSchema() throws ConfigException, InitializationException, |
| | | DirectoryException |
| | | { |
| | | SchemaLoader loader = new SchemaLoader(); |
| | | loader.readSchema(); |