public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorLogDirectory()
Returns the directory that is used for error logging.
If the directory does not exist it will be created. |
ESLocationProvider |
getLocationProvider()
Returns the registered
ESLocationProvider or if not existent, the
DefaultWorkspaceLocationProvider. |
String |
getPluginDataBaseDirectory()
Return the path of the plugin data directory inside the EMFStore
workspace (trailing file separator included).
|
String |
getWorkspaceDirectory()
Gets the Workspace directory with an pending
File.separatorChar at the end. |
public ESLocationProvider getLocationProvider()
ESLocationProvider or if not existent, the
DefaultWorkspaceLocationProvider.public String getWorkspaceDirectory()
File.separatorChar at the end.public String getPluginDataBaseDirectory()
public String getErrorLogDirectory()
Copyright © 2017. All rights reserved.