See: Description
| Interface | Description |
|---|---|
| ResolverUtil.Test |
A simple interface that specifies how to test classes to determine if they are to be included in the results
produced by the ResolverUtil.
|
| Class | Description |
|---|---|
| PluginBuilder |
Builder class to instantiate and configure a Plugin object using a PluginFactory method or PluginBuilderFactory
builder class.
|
| PluginManager |
Loads and manages all the plugins.
|
| PluginRegistry |
Registry singleton for PluginType maps partitioned by source type and then by category names.
|
| PluginRegistry.PluginTest |
A Test that checks to see if each class is annotated with the 'Plugin' annotation.
|
| PluginType<T> |
Plugin Descriptor.
|
| ResolverUtil |
ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
|