Package org.eclipse.lemminx.settings
Class ServerSettings
- java.lang.Object
-
- org.eclipse.lemminx.settings.ServerSettings
-
public class ServerSettings extends Object
ServerSettings
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_WORK_DIR
-
Constructor Summary
Constructors Constructor Description ServerSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNormalizedWorkDir()Returns a normalized workDir that was defined in the client preferences.StringgetWorkDir()voidsetWorkDir(String workDir)
-
-
-
Field Detail
-
DEFAULT_WORK_DIR
public static final String DEFAULT_WORK_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWorkDir
public String getWorkDir()
- Returns:
- the workDir
-
setWorkDir
public void setWorkDir(String workDir)
- Parameters:
workDir- the workDir to set
-
getNormalizedWorkDir
public String getNormalizedWorkDir()
Returns a normalized workDir that was defined in the client preferences. If null or empty, returns a default path.
-
-