public class DefaultServerWorkspaceLocationProvider extends Object implements ESLocationProvider
| Constructor and Description |
|---|
DefaultServerWorkspaceLocationProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupDirectory()
Returns the backup directory.
|
String |
getWorkspaceDirectory()
Get the path to the workspace directory, where the model data is stored to.
|
public DefaultServerWorkspaceLocationProvider()
public String getWorkspaceDirectory()
DefaultServerWorkspaceLocationProvider and it's subclasses . By default this implementation stores all workspaces in a profile, which can be selected by the
getSelectedProfile() method. If you want to use profiles, you should use or override
getSelectedProfile(). If you don't want profiles override this method and just return your path.getWorkspaceDirectory in interface ESLocationProviderESLocationProvider.getWorkspaceDirectory()public String getBackupDirectory()
Copyright © 2017. All rights reserved.