public class PreconditionInfoHandler extends BeanInfoHandler
| Constructor and Description |
|---|
PreconditionInfoHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgDescription(CmdLineAction action,
CmdLineOption option)
If this handler causes the argument descriptor to be different for
certain
CmdLineActions, then should return the arg
description here. |
String |
getHelp(CmdLineOption option)
Gets the
CmdLineOptionHandlers help message when associated with
given CmdLineOption. |
void |
handleOption(CmdLineAction selectedAction,
CmdLineOptionInstance optionInstance) |
void |
initialize(CmdLineOption option)
Called after handler construction to allow handler to setup
state before it is required to handle the option later.
|
getApplicationContext, getOutStream, setApplicationContext, setOutStreampublic void initialize(CmdLineOption option)
CmdLineOptionHandlerpublic void handleOption(CmdLineAction selectedAction, CmdLineOptionInstance optionInstance)
public String getHelp(CmdLineOption option)
CmdLineOptionHandlerCmdLineOptionHandlers help message when associated with
given CmdLineOption.option - The CmdLineOption to which this
CmdLineOptionHandler was associated withCmdLineOptionHandlerpublic String getArgDescription(CmdLineAction action, CmdLineOption option)
CmdLineOptionHandlerCmdLineActions, then should return the arg
description here.Copyright © 1999–2017 Apache OODT. All rights reserved.