public class OptionXML extends Object
<varlistentry>
<term><option>--adminid, -u</option></term><!-- Mandatory -->
<listitem><para>Administrator ID of running the command.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>[--adminid, -u]</option></term><!-- Optional -->
<listitem><para>Administrator ID of running the command.</para></listitem>
</varlistentry>
| Constructor and Description |
|---|
OptionXML() |
| Modifier and Type | Method and Description |
|---|---|
static String |
parseOption(String orig,
boolean optional)
Transform an option string to an XML fragment.
|
public static String parseOption(String orig, boolean optional)
orig - Option string such as
"adminid|u|s|Administrator ID of running the command."optional - If true, then enclose option string in [].Copyright © 2011–2023 Open Identity Platform Community. All rights reserved.