From cb23430920141d1a79c7a593a27a5c59f8df40a3 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 03 Jul 2014 10:30:55 +0000
Subject: [PATCH] Factorized code into CommonArguments.getSearchScope().

---
 opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
index 3400149..c131f2e 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -338,6 +338,16 @@
     public static final String OPTION_LONG_SASLOPTION = "saslOption";
 
     /**
+     * The value for the short option searchScope.
+     */
+    public static final  char OPTION_SHORT_SEARCHSCOPE = 's';
+
+    /**
+     * The value for the long option searchScope.
+     */
+    public static final String OPTION_LONG_SEARCHSCOPE = "searchScope";
+
+    /**
      * The value for the short option geteffectiverights control authzid.
      */
     public static final char OPTION_SHORT_EFFECTIVERIGHTSUSER = 'g';

--
Gitblit v1.10.0