| Interface | Description |
|---|---|
| CredentialStorePlugin |
Provides access to credentials.
|
| CredentialStorePlugin.CredentialValidator |
Validates credentials.
|
| EventPlugin |
Manages
NodeEvent's at the ExecContext level. |
| ExecContextPlugin |
Marker interface for ExecContext plugins.
|
| ExecContextPluginFactory<ExecContextPluginInterface extends ExecContextPlugin> |
Factory for getting an
ExecContextPlugin. |
| RuntimePropertiesPlugin |
Provides runtime properties during the execution of tools.
|
| ToolLifeCycleExecContextPlugin |
Implemented by
ExecContextPlugin implementations that need to be
informed of tool life cycle. |
| 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.
|
| UserInteractionCallbackPlugin.BracketHandle |
Represents a handle to an opened bracket or indentation in the output.
|
| WorkspaceDir |
This is a marker interface for classes representing workspace directories.
|
| WorkspacePlugin |
TODO: The workspace implementation can and should know about the various types of
directories (the various WorkspaceDir and SystemWorkspaceDir classes) and act accordingly.
|
| Class | Description |
|---|---|
| CredentialStorePlugin.Credentials |
Holds credentials.
|
| WorkspaceDirSystemModule |
Represents a system workspace directory that contains a module.
|
| WorkspaceDirUserModuleVersion |
Represents a user workspace directory that contains a
ModuleVersion. |
| Enum | Description |
|---|---|
| WorkspacePlugin.GetWorkspaceDirMode |
Enumerates the modes when obtaining a
WorkspaceDir. |
| WorkspacePlugin.WorkspaceDirAccessMode |
Enumerates the possible Workspace directory access modes for the
getWorkspaceDir method.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.