public class BpmPlatformPlugins extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected List<BpmPlatformPlugin> | plugins | 
| Constructor and Description | 
|---|
| BpmPlatformPlugins() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(BpmPlatformPlugin plugin) | 
| List<BpmPlatformPlugin> | getPlugins() | 
| static BpmPlatformPlugins | load(ClassLoader classLoader) | 
protected List<BpmPlatformPlugin> plugins
public void add(BpmPlatformPlugin plugin)
public List<BpmPlatformPlugin> getPlugins()
public static BpmPlatformPlugins load(ClassLoader classLoader)
Copyright © 2018. All rights reserved.