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 voidBoot. 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 PluginManagerGlobalContext. 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 indexmethodIndexof 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 classPluginManagerImplMethods in org.processmining.framework.plugin.impl that return PluginManager Modifier and Type Method Description static PluginManagerPluginManagerImpl. getInstance()PluginManagerAbstractGlobalContext. getPluginManager()PluginManagerAbstractPluginContext. 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 voidContextAwareObject. setManagers(ConnectionManager connectionManager, PluginManager pluginManager, ProvidedObjectManager providedObjectManager)
-