Class WorkDir
- java.lang.Object
-
- org.eclipse.rdf4j.console.setting.ConsoleSetting<Path>
-
- org.eclipse.rdf4j.console.setting.WorkDir
-
public class WorkDir extends ConsoleSetting<Path>
Working directory setting- Author:
- Bart Hanssens
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHelpLong()
Get long descriptionString
getName()
Get the name of the commandvoid
set(Path value)
Set the value for this settingvoid
setFromString(String value)
Set the value for this setting from a string-
Methods inherited from class org.eclipse.rdf4j.console.setting.ConsoleSetting
clear, get, getAsString, getHelpShort, getInitValue, getType
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkDir
public WorkDir()
Constructor Default dir is system property user.dir (= current directory)
-
WorkDir
public WorkDir(Path initValue)
Constructor- Parameters:
initValue
-
-
-
Method Detail
-
getHelpLong
public String getHelpLong()
Description copied from class:ConsoleSetting
Get long description- Specified by:
getHelpLong
in interfaceHelp
- Overrides:
getHelpLong
in classConsoleSetting<Path>
- Returns:
- string, can be multiple lines
-
getName
public String getName()
Description copied from interface:Help
Get the name of the command- Returns:
- string
-
set
public void set(Path value) throws IllegalArgumentException
Description copied from interface:Setting
Set the value for this setting- Specified by:
set
in interfaceSetting<Path>
- Overrides:
set
in classConsoleSetting<Path>
- Throws:
IllegalArgumentException
-
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<Path>
- Parameters:
value
- string value- Throws:
IllegalArgumentException
-
-