Class Prefixes
- java.lang.Object
-
- org.eclipse.rdf4j.console.setting.ConsoleSetting<Set<Namespace>>
-
- org.eclipse.rdf4j.console.setting.Prefixes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clear settingString
getAsString()
Get the value for this setting as a stringString
getHelpLong()
Get long descriptionString
getName()
Get the name of the commandvoid
setFromString(String value)
Set the value for this setting from a string-
Methods inherited from class org.eclipse.rdf4j.console.setting.ConsoleSetting
get, getHelpShort, getInitValue, getType, set
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHelpLong
public String getHelpLong()
Description copied from class:ConsoleSetting
Get long description- Specified by:
getHelpLong
in interfaceHelp
- Overrides:
getHelpLong
in classConsoleSetting<Set<Namespace>>
- Returns:
- string, can be multiple lines
-
getName
public String getName()
Description copied from interface:Help
Get the name of the command- Returns:
- string
-
clear
public void clear()
Description copied from interface:Setting
Clear setting
-
getAsString
public String getAsString()
Description copied from class:ConsoleSetting
Get the value for this setting as a string- Overrides:
getAsString
in classConsoleSetting<Set<Namespace>>
- Returns:
- string value
-
setFromString
public void setFromString(String value) throws IllegalArgumentException
Description copied from class:ConsoleSetting
Set the value for this setting from a string- Specified by:
setFromString
in classConsoleSetting<Set<Namespace>>
- Parameters:
value
- string value- Throws:
IllegalArgumentException
-
-