Class Prefixes
java.lang.Object
org.eclipse.rdf4j.console.setting.ConsoleSetting<Set<Namespace>>
org.eclipse.rdf4j.console.setting.Prefixes
Namespace prefix setting
- Author:
 - Bart Hanssens
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear settingGet the value for this setting as a stringGet long descriptiongetName()Get the name of the commandvoidsetFromString(String value) Set the value for this setting from a stringMethods inherited from class ConsoleSetting
get, getHelpShort, getInitValue, getType, set 
- 
Field Details
- 
NAME
- See Also:
 
 - 
DEFAULT
 
 - 
 - 
Constructor Details
- 
Prefixes
public Prefixes()Constructor Default set of namespaces are well-known ones - 
Prefixes
 
 - 
 - 
Method Details
- 
getHelpLong
Description copied from class:ConsoleSettingGet long description- Specified by:
 getHelpLongin interfaceHelp- Overrides:
 getHelpLongin classConsoleSetting<Set<Namespace>>- Returns:
 - string, can be multiple lines
 
 - 
getName
 - 
clear
 - 
getAsString
Description copied from class:ConsoleSettingGet the value for this setting as a string- Overrides:
 getAsStringin classConsoleSetting<Set<Namespace>>- Returns:
 - string value
 
 - 
setFromString
Description copied from class:ConsoleSettingSet the value for this setting from a string- Specified by:
 setFromStringin classConsoleSetting<Set<Namespace>>- Parameters:
 value- string value- Throws:
 IllegalArgumentException
 
 -