Uses of Interface
de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor
Packages that use PluginInstanceDescriptor
Package
Description
Plugin interface for common operations.
Tests the JSON abstraction.
Logging interface, factory and basic implementation to release dependency on slf4j, log4j which may be put
into plugins.
Classloader-based plugin mechanism to separate overlapping classpaths
and dependencies of alternatives and optionals.
Some YAML implementation for testing.
-
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.commons
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.commonsModifier and TypeInterfaceDescriptioninterfaceCreating the Commons instance via JSL. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.json
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.jsonModifier and TypeInterfaceDescriptioninterfaceCreating the JSON instance via JSL. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.logging
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.loggingModifier and TypeInterfaceDescriptioninterfaceCreating the logger factory by JSL. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.plugins
Methods in de.iip_ecosphere.platform.support.plugins with type parameters of type PluginInstanceDescriptorModifier and TypeMethodDescriptionstatic <T,I extends PluginInstanceDescriptor<T>>
TPluginManager.getPluginInstance(Class<T> pluginCls, Class<I> iCls) Returns an instance of a plugin, either via this plugin manager or via an optional JSL descriptor. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.yaml
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.yamlModifier and TypeInterfaceDescriptioninterfaceCreating the YAML instance via JSL.