Class SaveHistory
java.lang.Object
org.eclipse.rdf4j.console.setting.ConsoleSetting<Boolean>
org.eclipse.rdf4j.console.setting.SaveHistory
Save command history to a file.
- Author:
 - Bart Hanssens
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet long descriptiongetName()Get the name of the commandvoidsetFromString(String value) Set the value for this setting from a stringMethods inherited from class ConsoleSetting
clear, get, getAsString, getHelpShort, getInitValue, getType, set 
- 
Field Details
- 
NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SaveHistory
public SaveHistory()Constructor - 
SaveHistory
 
 - 
 - 
Method Details
- 
getHelpLong
Description copied from class:ConsoleSettingGet long description- Specified by:
 getHelpLongin interfaceHelp- Overrides:
 getHelpLongin classConsoleSetting<Boolean>- Returns:
 - string, can be multiple lines
 
 - 
getName
 - 
setFromString
Description copied from class:ConsoleSettingSet the value for this setting from a string- Specified by:
 setFromStringin classConsoleSetting<Boolean>- Parameters:
 value- string value- Throws:
 IllegalArgumentException
 
 -