Class BpmPlatformPlugins
- java.lang.Object
-
- org.camunda.bpm.container.impl.plugin.BpmPlatformPlugins
-
public class BpmPlatformPlugins extends Object
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected List<BpmPlatformPlugin>
plugins
-
Constructor Summary
Constructors Constructor Description BpmPlatformPlugins()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(BpmPlatformPlugin plugin)
List<BpmPlatformPlugin>
getPlugins()
static BpmPlatformPlugins
load(ClassLoader classLoader)
-
-
-
Field Detail
-
plugins
protected List<BpmPlatformPlugin> plugins
-
-
Method Detail
-
add
public void add(BpmPlatformPlugin plugin)
-
getPlugins
public List<BpmPlatformPlugin> getPlugins()
-
load
public static BpmPlatformPlugins load(ClassLoader classLoader)
-
-