mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
05.38.2013 36f0f7444f16cf8a38b51fe66b4f6c1e7a17e707
OpenDJ 3 : config framework

Reducing compilation errors in org.opends.server.admin packages

* Remove AdministrationConnector and AdministrationDataSync classes
** These classes does not belong to the config framework

* Remove methods that are no more needed in DirectoryServer stub
2 files deleted
1 files modified
1154 ■■■■■ changed files
opendj-admin/src/main/java/org/opends/server/admin/AdministrationConnector.java 791 ●●●●● patch | view | raw | blame | history
opendj-admin/src/main/java/org/opends/server/admin/AdministrationDataSync.java 353 ●●●●● patch | view | raw | blame | history
opendj-admin/src/main/java/org/opends/server/core/DirectoryServer.java 10 ●●●● patch | view | raw | blame | history
opendj-admin/src/main/java/org/opends/server/admin/AdministrationConnector.java
File was deleted
opendj-admin/src/main/java/org/opends/server/admin/AdministrationDataSync.java
File was deleted
opendj-admin/src/main/java/org/opends/server/core/DirectoryServer.java
@@ -32,7 +32,7 @@
import org.opends.server.config.ConfigException;
/**
 *  TODO : this is a stub
 * TODO : this is a stub
 */
public class DirectoryServer {
@@ -56,14 +56,6 @@
        throw new RuntimeException("Not implemented");
    }
    public static AttributeType getAttributeType(String lowerCase) {
        throw new RuntimeException("Not implemented");
    }
    public static AttributeType getDefaultAttributeType(String attrName) {
        throw new RuntimeException("Not implemented");
    }
    public static ConfigEntry getConfigEntry(DN dn) throws ConfigException {
        throw new RuntimeException("Not implemented");
    }