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()
CmdLineOption
spublic Set<CmdLineOptionInstance> getSpecifiedOptions()
CmdLineOptionInstance
spublic Set<CmdLineAction> getSupportedActions()
CmdLineAction
spublic CmdLineAction getSpecifiedAction()
CmdLineAction
which was specifiedCopyright © 1999–2017 Apache OODT. All rights reserved.