| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.util.args; |
| | | import org.opends.messages.Message; |
| | |
| | | import java.util.Collections; |
| | | import java.util.HashMap; |
| | | import java.util.LinkedList; |
| | | import java.util.Locale; |
| | | import java.util.Map; |
| | | import java.util.Properties; |
| | | import java.util.SortedMap; |
| | |
| | | <para>Creates Local DB Indexes</para> |
| | | <variablelist> |
| | | <varlistentry> |
| | | <term><option>--backend-name {name}</option></term> |
| | | <term><option>--backend-name {name} |
| | | </option></term> |
| | | <listitem> |
| | | <para>The name of the Local DB Backend</para> |
| | | </listitem> |
| | |
| | | <varlistentry> |
| | | <term><option>--index-name {OID}</option></term> |
| | | <listitem> |
| | | <para>The name of the new Local DB Index which will also be used as the |
| | | value of the "attribute" property: Specifies the name of the attribute |
| | | for which the index is to be maintained.</para> |
| | | <para>The name of the new Local DB Index which will also be used |
| | | as the value of the "attribute" property: Specifies the name |
| | | of the attribute for which the index is to be maintained.</para> |
| | | </listitem> |
| | | </varlistentry> |
| | | <varlistentry> |
| | |
| | | </varlistentry> |
| | | </variablelist> |
| | | </refsect2> |
| | | * </pre> |
| | | * @param sc The SubCommand containing reference information. |
| | | * @return Refsect2 representation of the subcommand. |
| | | */ |
| | |
| | | "</refsect2>" + EOL; |
| | | } |
| | | } |
| | | |