| Interface | Description |
|---|---|
| Environment |
An abstraction over the deployment environment of the plugin.
|
| Plugin |
Entry-point to the information and components of the plugin.
|
| PluginLifecycle |
A
Plugin extension with callbacks made by the service at key points of its lifecycle. |
| Source |
A model of a data source managed by the plugin.
|
| SourceBinder |
Binds the plugin to data sources in response to client requests.
|
| SourceConsumer |
A consumer of
SourceEvents. |
| SourceEvent |
An event in the lifetime of a
Source. |
| SourceLifecycle |
A set of callbacks made by the service to the plugin at key points in the
lifecycle of a
Source, i.e. |
| SourceNotifier |
Manages subscriptions for and notifications of
SourceEvents. |
| SourceReader |
Returns trees and node from a data source.
|
| SourceWriter |
Writes, changes, or deletes trees in a data source.
|
| Class | Description |
|---|---|
| Constants |
Library-wide constants.
|
| Path |
A path of identifiers to a tree node.
|
| Property |
A plugin property.
|
Copyright © 2018. All Rights Reserved.