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

Violette Roche-Montane
06.27.2014 06313bfc560155d6dd4cd0a45add96b3a9888ea3
Checkpoint commit for OPENDJ-1303
- Renamed CommonArguments which are used here.

8 files modified
44 ■■■■ changed files
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/AuthRate.java 4 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPCompare.java 8 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPModify.java 8 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPPasswordModify.java 6 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPSearch.java 8 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDIFModify.java 2 ●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/ModRate.java 4 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/SearchRate.java 4 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/AuthRate.java
@@ -396,11 +396,11 @@
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            runner = new BindPerformanceRunner(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPCompare.java
@@ -147,11 +147,11 @@
        try {
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
@@ -184,7 +184,7 @@
            controlStr.setPropertyName("control");
            argParser.addArgument(controlStr);
            version = CommonArguments.getVersionArgument();
            version = CommonArguments.getVersion();
            argParser.addArgument(version);
            encodingStr =
@@ -194,7 +194,7 @@
            encodingStr.setPropertyName("encoding");
            argParser.addArgument(encodingStr);
            continueOnError = CommonArguments.getContinueOnErrorArgument();
            continueOnError = CommonArguments.getContinueOnError();
            argParser.addArgument(continueOnError);
            noop =
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPModify.java
@@ -267,11 +267,11 @@
        try {
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
@@ -323,7 +323,7 @@
            controlStr.setPropertyName("control");
            argParser.addArgument(controlStr);
            version = CommonArguments.getVersionArgument();
            version = CommonArguments.getVersion();
            argParser.addArgument(version);
            encodingStr =
@@ -333,7 +333,7 @@
            encodingStr.setPropertyName("encoding");
            argParser.addArgument(encodingStr);
            continueOnError = CommonArguments.getContinueOnErrorArgument();
            continueOnError = CommonArguments.getContinueOnError();
            argParser.addArgument(continueOnError);
            noop =
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPPasswordModify.java
@@ -113,11 +113,11 @@
        try {
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
@@ -163,7 +163,7 @@
            controlStr.setPropertyName("control");
            argParser.addArgument(controlStr);
            version = CommonArguments.getVersionArgument();
            version = CommonArguments.getVersion();
            argParser.addArgument(version);
            verbose = CommonArguments.getVerbose();
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDAPSearch.java
@@ -263,11 +263,11 @@
        try {
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            final StringArgument propertiesFileArgument =
                CommonArguments.getPropertiesFileArgument();
                CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            final BooleanArgument noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            final BooleanArgument noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
@@ -365,7 +365,7 @@
            effectiveRightsAttrs.setPropertyName(OPTION_LONG_EFFECTIVERIGHTSATTR);
            argParser.addArgument(effectiveRightsAttrs);
            version = CommonArguments.getVersionArgument();
            version = CommonArguments.getVersion();
            argParser.addArgument(version);
            final StringArgument encodingStr =
@@ -416,7 +416,7 @@
            countEntries.setPropertyName("countEntries");
            argParser.addArgument(countEntries);
            final BooleanArgument continueOnError = CommonArguments.getContinueOnErrorArgument();
            final BooleanArgument continueOnError = CommonArguments.getContinueOnError();
            argParser.addArgument(continueOnError);
            noop =
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/LDIFModify.java
@@ -103,7 +103,7 @@
                                    .get(INFO_OUTPUT_LDIF_FILE_PLACEHOLDER.get()));
            argParser.addArgument(outputFilename);
            continueOnError = CommonArguments.getContinueOnErrorArgument();
            continueOnError = CommonArguments.getContinueOnError();
            argParser.addArgument(continueOnError);
            showUsage = CommonArguments.getShowUsage();
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/ModRate.java
@@ -175,11 +175,11 @@
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            runner = new ModifyPerformanceRunner(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/SearchRate.java
@@ -218,11 +218,11 @@
            connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this);
            runner = new SearchPerformanceRunner(argParser, this);
            propertiesFileArgument = CommonArguments.getPropertiesFileArgument();
            propertiesFileArgument = CommonArguments.getPropertiesFile();
            argParser.addArgument(propertiesFileArgument);
            argParser.setFilePropertiesArgument(propertiesFileArgument);
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument();
            noPropertiesFileArgument = CommonArguments.getNoPropertiesFile();
            argParser.addArgument(noPropertiesFileArgument);
            argParser.setNoPropertiesFileArgument(noPropertiesFileArgument);