Package | Description |
---|---|
com.sun.identity.cli |
Modifier and Type | Method and Description |
---|---|
SubCommand |
RequestContext.getSubCommand()
Returns sub command object.
|
SubCommand |
IDefinition.getSubCommand(String name)
Returns sub command object.
|
SubCommand |
CLIDefinitionBase.getSubCommand(String name)
Returns sub command object.
|
SubCommand |
CommandManager.getSubCommand(String name)
Returns the sub command of a given name.
|
Modifier and Type | Method and Description |
---|---|
void |
UsageFormatter.format(CommandManager mgr,
SubCommand cmd)
Prints the usage of sub command.
|
void |
WebCLIHelper.genUI(SubCommand cmd,
String opt,
boolean mandatory,
StringBuffer buff) |
Constructor and Description |
---|
RequestContext(CLIRequest request,
CommandManager commandMgr,
SubCommand subcmd)
Creates a request context object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.