public class UIExportController extends Object
| Constructor and Description |
|---|
UIExportController(org.eclipse.swt.widgets.Shell shell)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exportChanges(ProjectSpace projectSpace)
Exports the history of a project.
|
void |
exportProject(ProjectSpace projectSpace)
Exports a project.
|
void |
exportProjectHistory(ProjectInfo projectInfo)
Exports the history of a project.
|
void |
exportProjectSpace(ProjectSpace projectSpace)
Exports a
ProjectSpace. |
void |
exportWorkspace()
Exports the whole workspace.
|
public UIExportController(org.eclipse.swt.widgets.Shell shell)
shell - the parent Shell to be used during an exportpublic void exportProjectHistory(ProjectInfo projectInfo)
projectInfo - the ProjectInfo that contains the information about the project whose history should get
exportedpublic void exportChanges(ProjectSpace projectSpace)
projectSpace - the ProjectSpace that contains the local changes that should get exportedpublic void exportProject(ProjectSpace projectSpace)
projectSpace - the ProjectSpace that contains the project that should get exportedpublic void exportWorkspace()
public void exportProjectSpace(ProjectSpace projectSpace)
ProjectSpace.projectSpace - the project space that should get exportedCopyright © 2017. All rights reserved.