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

lutoff
11.13.2007 b0e6be77d61a4c2cf27dfa8e84ab6a069fd709d6
opends/src/server/org/opends/server/admin/client/cli/DsServiceCliServerGroup.java
File was renamed from opends/src/ads/org/opends/admin/ads/DsServiceCliServerGroup.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.admin.ads;
package org.opends.server.admin.client.cli;
import static org.opends.server.messages.AdminMessages.*;
import static org.opends.server.tools.ToolConstants.*;
@@ -41,8 +41,10 @@
import javax.naming.ldap.Rdn;
import org.opends.admin.ads.ADSContext;
import org.opends.admin.ads.ADSContextException;
import org.opends.admin.ads.ADSContext.ServerGroupProperty;
import org.opends.admin.ads.DsServiceCliReturnCode.ReturnCode;
import org.opends.server.admin.client.cli.DsServiceCliReturnCode.ReturnCode;
import org.opends.server.util.args.ArgumentException;
import org.opends.server.util.args.BooleanArgument;
import org.opends.server.util.args.StringArgument;
@@ -220,6 +222,15 @@
  private HashMap<ServerGroupProperty, String> attributeDisplayName;
  /**
   * Get the display attribute name for a given attribute.
   * @param prop The server prperty
   * @return the display attribute name for a given attribute
   */
  public String getAttributeDisplayName(ServerGroupProperty prop)
  {
    return attributeDisplayName.get(prop);
  }
  /**
   * {@inheritDoc}
   */
  public void initializeCliGroup(SubCommandArgumentParser argParser,