| AbstractDescribableScriptPlugin |
AbstractDescribableScriptPlugin is a base ScriptPlugin provider implementation that can be used to provide a
describable interface for a script plugin.
|
| AbstractProviderRegistryService<T> |
Common base for registry based services providers
|
| 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.
|
| BasePluggableProviderServiceImpl<T> |
|
| BasePluginProviderService<T> |
Created by greg on 9/9/15.
|
| BasePluginService |
Created by greg on 5/3/16.
|
| BaseProviderRegistryService<T> |
Deprecated.
|
| 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 |
|
| ConfiguredPlugin<T> |
ConfiguredPlugin holds a plugin instance and configuration map
|
| DescribedPlugin<T> |
DescribedPlugin holds a plugin instance, name, description and source file if available
|
| DirPluginScanner |
DirPluginScanner will scan all files in a directory matching a filter for valid plugins.
|
| FilePluginCache |
|
| 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.
|
| IFrameworkProviderRegistryService<T> |
abstract base that provides a registry of available service providers based on simple names.
|
| JarPluginProviderLoader |
JarPluginProviderLoader can load jar plugin files as provider instances.
|
| 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.
|
| PluginDirChangeEvent |
|
| PluginManagerService |
PluginManagerService is ...
|
| PluginMetadataValidator |
|
| PluginUtils |
|
| PluginValidation |
Defines a validation state for a plugin
|
| PluginValidator |
|
| PresetBaseProviderRegistryService<T> |
|
| ProviderIdent |
ProviderIdent is ...
|
| ScriptDataContextUtil |
ScriptDataContextUtil is ...
|
| ScriptPluginProviderLoader |
ScriptPluginProviderLoader can load a provider instance for a service from a script plugin zip file.
|
| ScriptPluginScanner |
ScriptPluginDirScanner is ...
|
| ServiceFactory |
Created by greg on 5/5/16.
|
| SimplePluginConfiguration |
|
| ValidatedPlugin |
ValidatedPlugin holds a validation report and a validity result
|
| VersionCompare |
VersionCompare compares version strings for plugin files.
|
| VersionCompare.fileComparator |
|
| WatchingPluginDirProvider |
|
| ZipResourceLoader |
Created by greg on 8/26/16.
|