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.
|
clear
Object getHelpKey() throws IfsException
IfsException
void setHelpKey(Object key) throws IfsException
IfsException
String getMessagePrefix() throws IfsException
IfsException
void setMessagePrefix(String prefix) throws IfsException
IfsException
String getDetailedHelpResourceKey() throws IfsException
IfsException
void setDetailedHelpResourceKey(String detail) throws IfsException
IfsException
String getUsageHelpResourceKey() throws IfsException
IfsException
void setUsageHelpResourceKey(String usage) throws IfsException
IfsException
Hashtable getUsageHelpKeys() throws IfsException
IfsException
void setUsageHelpKeys(Hashtable usageHelp) throws IfsException
IfsException
Copyright © 2023. All rights reserved.