DefaultDirectory
Inheritance: java.lang.Object
public class DefaultDirectory
Specifies default path for some purpose
Constructors
| Constructor | Description |
|---|---|
| DefaultDirectory() |
Methods
| Method | Description |
|---|---|
| getDefaultDirectory() | Gets the current working directory for the internal processes. |
| setDefaultDirectory(String value) | Gets the current working directory for the internal processes. |
DefaultDirectory()
public DefaultDirectory()
getDefaultDirectory()
public static String getDefaultDirectory()
Gets the current working directory for the internal processes.
Returns: java.lang.String - String value
setDefaultDirectory(String value)
public static void setDefaultDirectory(String value)
Gets the current working directory for the internal processes. The directory should be exist.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | String value |