Uses of Interface
de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor
Packages that use PluginInstanceDescriptor
Package
Description
Bytecode manipulation abstraction.
Plugin interface for common operations.
HTTP abstraction.
Generic JSON helper functions.
Logging interface, factory and basic implementation to release dependency on slf4j, log4j which may be put
into plugins.
Metrics abstraction.
Classloader-based plugin mechanism to separate overlapping classpaths
and dependencies of alternatives and optionals.
Provides OS process information.
REST abstraction.
SSH abstraction.
WebService abstraction.
YAML abstraction for core platform components.
-
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.bytecode
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.bytecodeModifier and TypeInterfaceDescriptioninterfaceCreating the Bytecode instance via JSL. -
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.http
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.httpModifier and TypeInterfaceDescriptioninterfaceCreating the HTTP 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.metrics
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.metricsModifier and TypeInterfaceDescriptioninterfaceCreating the Metering instance via 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.processInfo
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.processInfoModifier and TypeInterfaceDescriptioninterfaceCreating the REST instance via JSL. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.rest
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.restModifier and TypeInterfaceDescriptioninterfaceCreating the REST instance via JSL. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.ssh
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.sshModifier and TypeInterfaceDescriptioninterfaceCreating the REST instance via JSL. -
Uses of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.websocket
Subinterfaces of PluginInstanceDescriptor in de.iip_ecosphere.platform.support.websocketModifier and TypeInterfaceDescriptioninterfaceCreating the WebService instance via JSL. -
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.