public class IfsHelpContext extends IfsCommandContext implements HelpContext
| Constructor and Description |
|---|
IfsHelpContext()
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
String |
getDetailedHelpResourceKey()
Gets the detailed help resource key.
|
Object |
getHelpKey()
Gets the help key to obtain the help for.
|
String |
getMessagePrefix()
Gets the message prefix.
|
Hashtable |
getUsageHelpKeys()
Gets the hashtable of usage help keys
|
String |
getUsageHelpResourceKey()
Gets the usage help resource key.
|
void |
setDetailedHelpResourceKey(String key)
Sets the detailed help resource key.
|
void |
setHelpKey(Object key)
Sets the help key to obtain the help for.
|
void |
setMessagePrefix(String prefix)
Sets the message prefix.
|
void |
setUsageHelpKeys(Hashtable usageHelp)
Sets the hashtable of usage help keys
|
void |
setUsageHelpResourceKey(String key)
Sets the usage help resource key.
|
public IfsHelpContext()
throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic Object getHelpKey() throws IfsException
getHelpKey in interface HelpContextIfsExceptionpublic void setHelpKey(Object key) throws IfsException
setHelpKey in interface HelpContextIfsExceptionpublic String getMessagePrefix() throws IfsException
getMessagePrefix in interface HelpContextIfsExceptionpublic void setMessagePrefix(String prefix) throws IfsException
setMessagePrefix in interface HelpContextIfsExceptionpublic String getDetailedHelpResourceKey() throws IfsException
getDetailedHelpResourceKey in interface HelpContextIfsExceptionpublic void setDetailedHelpResourceKey(String key) throws IfsException
setDetailedHelpResourceKey in interface HelpContextIfsExceptionpublic String getUsageHelpResourceKey() throws IfsException
getUsageHelpResourceKey in interface HelpContextIfsExceptionpublic void setUsageHelpResourceKey(String key) throws IfsException
setUsageHelpResourceKey in interface HelpContextIfsExceptionpublic Hashtable getUsageHelpKeys() throws IfsException
getUsageHelpKeys in interface HelpContextIfsExceptionpublic void setUsageHelpKeys(Hashtable usageHelp) throws IfsException
setUsageHelpKeys in interface HelpContextIfsExceptionCopyright © 2025. All rights reserved.