Uses of Interface
org.processmining.framework.plugin.PluginManager
Packages that use PluginManager
Package
Description
-
Uses of PluginManager in org.processmining.contexts.uitopia.model
Constructors in org.processmining.contexts.uitopia.model with parameters of type PluginManagerModifierConstructorDescriptionProMAction
(ProMResourceManager resourceManager, PluginManager pluginManager, PluginDescriptor plugin, int methodIndex) -
Uses of PluginManager in org.processmining.framework.boot
Methods in org.processmining.framework.boot with parameters of type PluginManagerModifier and TypeMethodDescriptionstatic void
Boot.addJarsForPackage
(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins) Constructors in org.processmining.framework.boot with parameters of type PluginManagerModifierConstructorDescriptionAddJarsForPackageRunnable
(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins) PathHackerRunnable
(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins, File f) -
Uses of PluginManager in org.processmining.framework.connections.impl
Constructors in org.processmining.framework.connections.impl with parameters of type PluginManager -
Uses of PluginManager in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return PluginManagerMethods in org.processmining.framework.plugin with parameters of type PluginManagerModifier and TypeMethodDescriptionstatic List<PluginParameterBinding>
PluginParameterBinding.Factory.tryToBind
(PluginManager manager, PluginDescriptor plugin, int methodIndex, boolean mustBeTotal, boolean orderedParameters, Class<?>... parameterTypes) This method instantiates binding objects binding the method and indexmethodIndex
of the given plugin to the given set of parameter types, if possible. -
Uses of PluginManager in org.processmining.framework.plugin.impl
Classes in org.processmining.framework.plugin.impl that implement PluginManagerMethods in org.processmining.framework.plugin.impl that return PluginManagerModifier and TypeMethodDescriptionstatic PluginManager
PluginManagerImpl.getInstance()
AbstractGlobalContext.getPluginManager()
AbstractPluginContext.getPluginManager()
Returns the plugin manager. -
Uses of PluginManager in org.processmining.framework.providedobjects
Methods in org.processmining.framework.providedobjects with parameters of type PluginManagerModifier and TypeMethodDescriptionvoid
ContextAwareObject.setManagers
(ConnectionManager connectionManager, PluginManager pluginManager, ProvidedObjectManager providedObjectManager)