Uses of Interface
org.processmining.framework.plugin.PluginManager
-
-
Uses of PluginManager in org.processmining.framework.boot
Methods in org.processmining.framework.boot with parameters of type PluginManager Modifier and Type Method Description static void
Boot. addJarsForPackage(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins)
Constructors in org.processmining.framework.boot with parameters of type PluginManager Constructor Description AddJarsForPackageRunnable(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins)
PathHackerRunnable(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins, java.io.File f)
-
Uses of PluginManager in org.processmining.framework.connections.impl
Constructors in org.processmining.framework.connections.impl with parameters of type PluginManager Constructor Description ConnectionManagerImpl(PluginManager pluginManager)
-
Uses of PluginManager in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return PluginManager Modifier and Type Method Description PluginManager
GlobalContext. getPluginManager()
Returns the plugin manager.Methods in org.processmining.framework.plugin with parameters of type PluginManager Modifier and Type Method Description static java.util.List<PluginParameterBinding>
PluginParameterBinding.Factory. tryToBind(PluginManager manager, PluginDescriptor plugin, int methodIndex, boolean mustBeTotal, boolean orderedParameters, java.lang.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 PluginManager Modifier and Type Class Description class
PluginManagerImpl
Methods in org.processmining.framework.plugin.impl that return PluginManager Modifier and Type Method Description static PluginManager
PluginManagerImpl. getInstance()
PluginManager
AbstractGlobalContext. getPluginManager()
PluginManager
AbstractPluginContext. getPluginManager()
Returns the plugin manager. -
Uses of PluginManager in org.processmining.framework.providedobjects
Methods in org.processmining.framework.providedobjects with parameters of type PluginManager Modifier and Type Method Description void
ContextAwareObject. setManagers(ConnectionManager connectionManager, PluginManager pluginManager, ProvidedObjectManager providedObjectManager)
-