Uses of Interface
de.iip_ecosphere.platform.support.plugins.PluginDescriptor
Packages that use PluginDescriptor
Package
Description
Classloader-based plugin mechanism to separate overlapping classpaths
and dependencies of alternatives and optionals.
-
Uses of PluginDescriptor in de.iip_ecosphere.platform.support.plugins
Classes in de.iip_ecosphere.platform.support.plugins that implement PluginDescriptorModifier and TypeClassDescriptionclassDefault plugin descriptor implementation.classSingleton plugin descriptor implementation, createsSingletonPlugininstances.Fields in de.iip_ecosphere.platform.support.plugins with type parameters of type PluginDescriptorModifier and TypeFieldDescriptionprivate static Map<String, PluginDescriptor<?>> PluginManager.descriptorsMethods in de.iip_ecosphere.platform.support.plugins that return types with arguments of type PluginDescriptorModifier and TypeMethodDescriptionFolderClasspathPluginSetupDescriptor.getPluginDescriptors(ClassLoader loader) static Stream<PluginDescriptor> FolderClasspathPluginSetupDescriptor.getPluginDescriptors(URL[] urls, ClassLoader loader) Returns the plugin descriptors represented by this setup descriptor.default Stream<PluginDescriptor> PluginSetupDescriptor.getPluginDescriptors(ClassLoader loader) Returns the plugin descriptors represented by this setup descriptor.Methods in de.iip_ecosphere.platform.support.plugins with parameters of type PluginDescriptorModifier and TypeMethodDescriptionstatic voidPluginManager.registerPlugin(PluginDescriptor<?> desc) Registers the given plugin descriptor as a new plugin without installation directory.static voidPluginManager.registerPlugin(PluginDescriptor<?> desc, boolean onlyNew, File installDir) Registers the given plugin descriptor.Method parameters in de.iip_ecosphere.platform.support.plugins with type arguments of type PluginDescriptorModifier and TypeMethodDescriptionprivate static voidFolderClasspathPluginSetupDescriptor.loadDescriptors(URL url, ClassLoader loader, List<PluginDescriptor> result) Loads the plugin descriptors fromurl.