| Class | Description |
|---|---|
| DefaultCredentialStorePluginImpl |
This default implementation of
CredentialStorePlugin uses
CredentialStore to manage credentials. |
| DefaultEventPluginImpl |
Default
EventPlugin implementation. |
| DefaultRuntimePropertiesPluginImpl |
This default implementation of
RuntimePropertiesPlugin considers the
following sources for the properties, in precedence order (the first one that
provides a requested property is used):
Transient data within the ExecContext
(ExecContext.getTransientData(java.lang.String)) having the prefix "runtime-property"
Tool properties (ToolLifeCycleExecContext.getToolProperty(java.lang.String)) having
the prefix "runtime-property", if the ExecContext implements
ToolLifeCycleExecContext
ExecContext properties (ExecContext.getProperty(java.lang.String)) having the prefix
"runtime-property"
ExecContext initialization properties
(ExecContext.getInitProperty(java.lang.String)) having the prefix "runtime-property"
System properties (System.getProperty) having the prefix
"org.azyva.dragom.runtime-property"
Node properties within the Model (@link Node#getProperty}. |
| DefaultUserInteractionCallbackPluginImpl | |
| DefaultWorkspacePluginFactory |
TODO: Assumes dragom metadata dir exists, but may not be initialized based on version.
|
| MainModuleVersionWorkspacePluginFactory |
ExecContextPluginFactory for WorkspacePlugin that assumes a
main ModuleVersion (WorkspaceDirUserModuleVersion) already
checked out in the root of the ExecContext workspace directory. |
| MapWorkspaceDirPathXmlAdapter | |
| MapWorkspaceDirPathXmlAdapter.ListWorkspaceDirPath | |
| MapWorkspaceDirPathXmlAdapter.WorkspaceDirPath |
Copyright © 2015–2016 AZYVA INC.. All rights reserved.