| Package | Description |
|---|---|
| org.azyva.dragom.execcontext.plugin |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<WorkspacePlugin.GetWorkspaceDirMode> |
WorkspacePlugin.GetWorkspaceDirMode.ENUM_SET_CREATE_NEW
EnumSet of GetWorkspaceDirMode which means to create a new
WorkspaceDir
and fail if it already exists. |
static EnumSet<WorkspacePlugin.GetWorkspaceDirMode> |
WorkspacePlugin.GetWorkspaceDirMode.ENUM_SET_CREATE_NEW_NO_PATH
EnumSet of GetWorkspaceDirMode which means to create a new
WorkspaceDir
and fail if it already exists. |
static EnumSet<WorkspacePlugin.GetWorkspaceDirMode> |
WorkspacePlugin.GetWorkspaceDirMode.ENUM_SET_GET_EXISTING
EnumSet of GetWorkspaceDirMode which means to get an existing
WorkspaceDir and fail if it does not exist. |
static EnumSet<WorkspacePlugin.GetWorkspaceDirMode> |
WorkspacePlugin.GetWorkspaceDirMode.ENUM_SET_GET_EXISTING_OR_CREATE
EnumSet of GetWorkspaceDirMode which means to get an existing
WorkspaceDir or create a new one if it does not exist. |
static EnumSet<WorkspacePlugin.GetWorkspaceDirMode> |
WorkspacePlugin.GetWorkspaceDirMode.ENUM_SET_GET_EXISTING_OR_CREATE_NO_PATH
EnumSet of GetWorkspaceDirMode which means to get an existing
WorkspaceDir or create a new one if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
static WorkspacePlugin.GetWorkspaceDirMode |
WorkspacePlugin.GetWorkspaceDirMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspacePlugin.GetWorkspaceDirMode[] |
WorkspacePlugin.GetWorkspaceDirMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
WorkspacePlugin.getWorkspaceDir(WorkspaceDir workspaceDir,
EnumSet<WorkspacePlugin.GetWorkspaceDirMode> enumSetGetWorkspaceDirMode,
WorkspacePlugin.WorkspaceDirAccessMode workspaceDirAccessMode)
Returns the Path corresponding to the
WorkspaceDir. |
Copyright © 2015–2017 AZYVA INC.. All rights reserved.