public interface HelpContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
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 detail)
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 usage)
Sets the usage help resource key.
|
clearObject getHelpKey() throws IfsException
IfsExceptionvoid setHelpKey(Object key) throws IfsException
IfsExceptionString getMessagePrefix() throws IfsException
IfsExceptionvoid setMessagePrefix(String prefix) throws IfsException
IfsExceptionString getDetailedHelpResourceKey() throws IfsException
IfsExceptionvoid setDetailedHelpResourceKey(String detail) throws IfsException
IfsExceptionString getUsageHelpResourceKey() throws IfsException
IfsExceptionvoid setUsageHelpResourceKey(String usage) throws IfsException
IfsExceptionHashtable getUsageHelpKeys() throws IfsException
IfsExceptionvoid setUsageHelpKeys(Hashtable usageHelp) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.