Class ConsoleWidth
java.lang.Object
org.eclipse.rdf4j.console.setting.ConsoleSetting<Integer>
org.eclipse.rdf4j.console.setting.ConsoleWidth
Console value setting
- Author:
 - Bart Hanssens
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionConstructor Default width is 80.ConsoleWidth(Integer initValue) Constructor - 
Method Summary
Modifier and TypeMethodDescriptionGet long descriptiongetName()Get the name of the commandvoidSet the value for this settingvoidsetFromString(String value) Set the value for this setting from a stringMethods inherited from class ConsoleSetting
clear, get, getAsString, getHelpShort, getInitValue, getType 
- 
Field Details
- 
NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ConsoleWidth
public ConsoleWidth()Constructor Default width is 80. - 
ConsoleWidth
 
 - 
 - 
Method Details
- 
getHelpLong
Description copied from class:ConsoleSettingGet long description- Specified by:
 getHelpLongin interfaceHelp- Overrides:
 getHelpLongin classConsoleSetting<Integer>- Returns:
 - string, can be multiple lines
 
 - 
getName
 - 
set
Description copied from interface:SettingSet the value for this setting- Specified by:
 setin interfaceSetting<Integer>- Overrides:
 setin classConsoleSetting<Integer>- Parameters:
 value-- Throws:
 IllegalArgumentException
 - 
setFromString
Description copied from class:ConsoleSettingSet the value for this setting from a string- Specified by:
 setFromStringin classConsoleSetting<Integer>- Parameters:
 value- string value- Throws:
 IllegalArgumentException
 
 -