org.eclipse.emf.emfstore.server
Interface ESLocationProvider

All Known Implementing Classes:
DefaultServerWorkspaceLocationProvider, DefaultWorkspaceLocationProvider

public interface ESLocationProvider

Interface for workspace location providers. Implementing classes provide a location for the workspace - or server workspace - files to store models and other files. You may subclass DefaultServerWorkspaceLocationProvider in order to ease your implementation. By convention, every path should end with an folder separator char.

Author:
koegel, wesendon

Method Summary
 String getWorkspaceDirectory()
          Get the path to the workspace directory, where the model data is stored to.
 

Method Detail

getWorkspaceDirectory

String getWorkspaceDirectory()
Get the path to the workspace directory, where the model data is stored to. This method is called only once on workspace startup to retrieve path. If you want to use profiles look at DefaultServerWorkspaceLocationProvider and it's subclasses .

Returns:
a string representing the path


Copyright © 2015. All Rights Reserved.