|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Plugin | |
|---|---|
| com.mycila.plugin.api | |
| com.mycila.plugin.spi | |
| Uses of Plugin in com.mycila.plugin.api |
|---|
| Classes in com.mycila.plugin.api with type parameters of type Plugin | |
|---|---|
interface |
PluginBinding<T extends Plugin>
|
interface |
PluginCache<T extends Plugin>
The PluginCache is responsible of caching all plugins loaded and add / modify them at runtime. |
interface |
PluginLoader<T extends Plugin>
The PluginLoader is responsible of loading all plugins found. |
interface |
PluginResolver<T extends Plugin>
The PluginResolver is responsible of checking for module dependencies to resolve missing dependencies, runnable plugins and provides methods to facilitate plugin access. |
| Methods in com.mycila.plugin.api that return types with arguments of type Plugin | |
|---|---|
java.util.SortedMap<java.lang.String,Plugin> |
CyclicDependencyException.getCyclics()
|
| Constructor parameters in com.mycila.plugin.api with type arguments of type Plugin | |
|---|---|
CyclicDependencyException(java.util.SortedMap<java.lang.String,Plugin> cyclics)
|
|
| Uses of Plugin in com.mycila.plugin.spi |
|---|
| Classes in com.mycila.plugin.spi with type parameters of type Plugin | |
|---|---|
class |
PluginManager<T extends Plugin>
Defines a new plugin manager based on a plugin descriptor or memory based if you do not pass a descriptor (i.e. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||