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

Violette Roche-Montane
20.37.2014 c5f812a2f83099afd8fe1728ddbf6c4a1097ee20
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -650,6 +650,16 @@
     */
    public static final String OPTION_LONG_CONFIG_CLASS = "configClass";
    /**
     * Value for the server root option short form.
     */
    public static final Character OPTION_SHORT_SERVER_ROOT = 'R';
    /**
     * Value for the server root option long form.
     */
    public static final String OPTION_LONG_SERVER_ROOT = "serverRoot";
    // Prevent instantiation.
    private ArgumentConstants() {