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