| Package | Description |
|---|---|
| org.azyva.dragom.execcontext | |
| org.azyva.dragom.execcontext.plugin |
| Modifier and Type | Method and Description |
|---|---|
<ExecContextPluginInterface extends ExecContextPlugin> |
ExecContext.getExecContextPlugin(Class<ExecContextPluginInterface> classExecContextPluginInterface)
Returns an
ExecContextPlugin. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecContextPluginFactory<ExecContextPluginInterface extends ExecContextPlugin>
Factory for getting an
ExecContextPlugin. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialStorePlugin
Provides access to credentials.
|
interface |
EventPlugin
Manages
NodeEvent's at the ExecContext level. |
interface |
RuntimePropertiesPlugin
Provides runtime properties during the execution of tools.
|
interface |
UserInteractionCallbackPlugin
Allows interacting with the user during the execution of a job:
- Providing information to the user
- Requesting information from the user
General parameters for jobs that are pertinent no matter the modules are meant
to be provided as such, parameters.
|
interface |
WorkspacePlugin
TODO: The workspace implementation can and should know about the various types of
directories (the various WorkspaceDir and SystemWorkspaceDir classes) and act accordingly.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.