Uses of Class
de.iip_ecosphere.platform.support.plugins.PluginManager.PluginInfo
Packages that use PluginManager.PluginInfo
Package
Description
Classloader-based plugin mechanism to separate overlapping classpaths
and dependencies of alternatives and optionals.
-
Uses of PluginManager.PluginInfo in de.iip_ecosphere.platform.support.plugins
Methods in de.iip_ecosphere.platform.support.plugins that return types with arguments of type PluginManager.PluginInfoModifier and TypeMethodDescriptionprivate static List<PluginManager.PluginInfo> PluginManager.sortPlugins(List<PluginManager.PluginInfo> infos) Sorts the plugins, basically according to their initial sequence number and then, if given, after the last specified dependent plugin (or if not matching at the end).Methods in de.iip_ecosphere.platform.support.plugins with parameters of type PluginManager.PluginInfoModifier and TypeMethodDescriptionbooleanPluginManager.PluginFilter.accept(PluginManager.PluginInfo info) Returns whetherinfoshall be loaded/registered.Method parameters in de.iip_ecosphere.platform.support.plugins with type arguments of type PluginManager.PluginInfoModifier and TypeMethodDescriptionprivate static voidPluginManager.addToLoad(List<PluginManager.PluginInfo> toLoad, File cpFile, int sequenceNr, Supplier<PluginSetupDescriptor> supplier) Creates aPluginManager.PluginInfoand adds it to the set of plugins to load.private static voidPluginManager.addToLoad(List<PluginManager.PluginInfo> toLoad, File cpFile, int sequenceNr, Supplier<PluginSetupDescriptor> supplier, List<String> pluginIds) Creates aPluginManager.PluginInfoand adds it to the set of plugins to load.private static List<PluginManager.PluginInfo> PluginManager.sortPlugins(List<PluginManager.PluginInfo> infos) Sorts the plugins, basically according to their initial sequence number and then, if given, after the last specified dependent plugin (or if not matching at the end).