Interface | Description |
---|---|
CloseableProvider<T> |
A Loaded plugin provider which can be closed when no longer needed
|
PluggableProviderService<T> |
${CLASSNAME} is ...
|
PluggableService<T> |
PluggableService is a service that supports plugin provider classes and optionally supports plugin provider scripts.
|
PluginCache |
PluginCache can use PluginScanners and find ProviderLoaders for ProviderIdents.
|
PluginConfiguration |
Abstract configuration of a plugin
|
PluginMetadata |
Provides metadata about plugin files
|
PluginResourceLoader |
List and load resources from a plugin
|
ScriptPluginProvider |
ScriptPluginProvider defines scripted plugin provider details
|
ServiceProviderLoader |
ServiceProviderLoader creates a service provider instance given a provider name
|
SimplePluginProviderLoader<T> |
Simplified interface to loading a plugin of a certain type
|
Class | Description |
---|---|
AbstractDescribableScriptPlugin |
AbstractDescribableScriptPlugin is a base ScriptPlugin provider implementation that can be used to provide a
describable interface for a script plugin.
|
AdapterService<S,T> |
AdapterService adapts one service provider type to another.
|
BasePluggableProviderService<T> |
BasePluggableProviderService is an abstract base for a provider service which can load providers from plugins.
|
BasePluginProviderService<T> |
Created by greg on 9/9/15.
|
BasePluginService |
Created by greg on 5/3/16.
|
BaseProviderRegistryService<T> |
BaseProviderRegistryService is an abstract base that provides a registry of available service providers based on
simple names.
|
BaseScriptPlugin |
BaseScriptPlugin provides common methods for running scripts, used by the script plugin implementations.
|
ChainedProviderService<T> |
ChainedProviderService attempts to load the provider from a primary service, and if that fails,
it attempts it from a secondary service.
|
ChainedProviderServiceImpl<T> |
Concrete implementation of ChainedProviderService
|
Closeables | |
FilePluginCache |
FilePluginCache uses a filecache and a set of
PluginScanner s to cache and create ProviderLoader
instances associated with files. |
FrameworkPluggableProviderService<T> |
FrameworkPluggableProviderService uses the Framework's plugin manager, and attempts to construct provider instances by
injecting the Framework instance as a Constructor parameter if possible.
|
JarPluginScanner |
JarPluginScanner scans for java Jar plugins in the extensions dir.
|
LocalFirstClassLoader |
Loads classes from the local URLs first, before delegating to the parent.
|
PluggableProviderRegistryService<T> |
Extends BaseProviderRegistryService to support loading providers via plugins if not found in the registry.
|
PluginManagerService |
PluginManagerService is ...
|
ProviderIdent |
ProviderIdent is ...
|
ScriptDataContextUtil |
ScriptDataContextUtil is ...
|
ScriptPluginScanner |
ScriptPluginDirScanner is ...
|
ServiceFactory |
Created by greg on 5/5/16.
|
ZipResourceLoader |
Created by greg on 8/26/16.
|
Exception | Description |
---|---|
PluginException |
PluginException is ...
|
Annotation Type | Description |
---|---|
Plugin |