public interface WorkspaceExecContext
It is expected that a WorkspacePlugin implementation manage workspace
data and that such plugin implementations require a WorkspaceExecContext. In
order to support long-lived workspaces, WorkspaceExecContext supports the
of workspace format and version that can be used by WorkspacePlugin
implementations to validate that existing workspaces are usable.
It is up to WorkspacePlugin implementations to recognize various workspace formats and versions and permit workspace format and version migration.
| Modifier and Type | Interface and Description |
|---|---|
static class |
WorkspaceExecContext.WorkspaceFormatVersion
Workspace format and version.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getPathMetadataDir() |
Path |
getPathWorkspaceDir() |
WorkspaceExecContext.WorkspaceFormatVersion |
getWorkspaceFormatVersion() |
void |
setWorkspaceFormatVersion(WorkspaceExecContext.WorkspaceFormatVersion workspaceFormatVersion) |
Path getPathWorkspaceDir()
Path getPathMetadataDir()
WorkspaceExecContext.WorkspaceFormatVersion getWorkspaceFormatVersion()
void setWorkspaceFormatVersion(WorkspaceExecContext.WorkspaceFormatVersion workspaceFormatVersion)
workspaceFormatVersion - WorkspaceFormatVersion.Copyright © 2015–2017 AZYVA INC.. All rights reserved.