public class CmdLineArgs extends Object
CmdLineUtility for helping use already parsed
 Command-Line arguments.| Modifier and Type | Method and Description | 
|---|---|
| CmdLineOptionInstance | getActionOptionInst() | 
| CmdLineOptionInstance | getHelpOptionInst() | 
| CmdLineOptionInstance | getPrintSupportedActionsOptionInst() | 
| CmdLineAction | getSpecifiedAction() | 
| Set<CmdLineOptionInstance> | getSpecifiedOptions() | 
| Set<CmdLineAction> | getSupportedActions() | 
| Set<CmdLineOption> | getSupportedOptions() | 
public CmdLineOptionInstance getHelpOptionInst()
CmdLineOptionInstance which is the specified
         HelpCmdLineOption, or null if it was not specifiedpublic CmdLineOptionInstance getActionOptionInst()
CmdLineOptionInstance which is the specified
         ActionCmdLineOption, or null if it was not specifiedpublic CmdLineOptionInstance getPrintSupportedActionsOptionInst()
CmdLineOptionInstance which is the specified
         PrintSupportedActionsCmdLineOption, or null if it was not
         specifiedpublic Set<CmdLineOption> getSupportedOptions()
CmdLineOptionspublic Set<CmdLineOptionInstance> getSpecifiedOptions()
CmdLineOptionInstancespublic Set<CmdLineAction> getSupportedActions()
CmdLineActionspublic CmdLineAction getSpecifiedAction()
CmdLineAction which was specifiedCopyright © 1999–2017 Apache OODT. All rights reserved.