Package org.eclipse.lemminx.settings
Class ServerSettings
java.lang.Object
org.eclipse.lemminx.settings.ServerSettings
ServerSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a normalized workDir that was defined in the client preferences.voidsetWorkDir(String workDir)
-
Field Details
-
DEFAULT_WORK_DIR
- See Also:
-
-
Constructor Details
-
ServerSettings
public ServerSettings()
-
-
Method Details
-
getWorkDir
- Returns:
- the workDir
-
setWorkDir
- Parameters:
workDir- the workDir to set
-
getNormalizedWorkDir
Returns a normalized workDir that was defined in the client preferences. If null or empty, returns a default path.
-