DefaultDirectory

Inheritance: java.lang.Object

public class DefaultDirectory

Specifies default path for some purpose

Constructors

ConstructorDescription
DefaultDirectory()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.StringString value