|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.importexport.ExportImportControllerFactory.Export
public static class ExportImportControllerFactory.Export
Consolidates all export related controllers.
| Constructor Summary | |
|---|---|
ExportImportControllerFactory.Export()
|
|
| Method Summary | |
|---|---|
static IExportImportController |
getExportChangesController(ProjectSpace projectSpace)
Returns the controller for exporting changes on a given project space. |
static IExportImportController |
getExportProjectController(ProjectSpace projectSpace)
Returns the controller for exporting a project. |
static IExportImportController |
getExportProjectHistoryController(ProjectInfo projectInfo)
Returns the controller for exporting a project history. |
static IExportImportController |
getExportProjectSpaceController(ProjectSpace projectSpace)
Returns the controller for exporting a given project space. |
static IExportImportController |
getExportWorkspaceController()
Returns the controller for exporting the whole workspace. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExportImportControllerFactory.Export()
| Method Detail |
|---|
public static IExportImportController getExportProjectHistoryController(ProjectInfo projectInfo)
projectInfo - the project info containing the history to be exported
public static IExportImportController getExportChangesController(ProjectSpace projectSpace)
projectSpace - the project space containing the pending changes to be exported
public static IExportImportController getExportProjectController(ProjectSpace projectSpace)
projectSpace - the project space containing the project to be exported
public static IExportImportController getExportWorkspaceController()
public static IExportImportController getExportProjectSpaceController(ProjectSpace projectSpace)
projectSpace - the project space to be exported
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||