| Package | Description |
|---|---|
| org.apache.oodt.cas.cli.printer | |
| org.apache.oodt.cas.cli.util |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StdCmdLinePrinter.getGroupHelp(CmdLineAction action,
GroupCmdLineOption option,
String indent) |
| Modifier and Type | Method and Description |
|---|---|
static GroupCmdLineOption |
CmdLineUtils.asGroupOption(CmdLineOption option)
Cast
CmdLineOption to a GroupCmdLineOption. |
| Modifier and Type | Method and Description |
|---|---|
static Set<CmdLineOption> |
CmdLineUtils.determineRelevantSubOptions(CmdLineAction action,
GroupCmdLineOption option)
Determines the given
GroupCmdLineOption's sub-options which
affect the given CmdLineAction. |
static Set<CmdLineOption> |
CmdLineUtils.determineRequiredSubOptions(CmdLineAction action,
GroupCmdLineOption option)
Determines the sub-options of given
GroupCmdLineOption who are
either always required for become requried when given
CmdLineAction is specified. |
static Set<CmdLineOption> |
CmdLineUtils.determineRequiredSubOptions(GroupCmdLineOption option)
Determines the sub-options of given
GroupCmdLineOption who are
always required. |
Copyright © 1999–2017 Apache OODT. All rights reserved.