org.camunda.bpm.container.impl.plugin
Class BpmPlatformPlugins

java.lang.Object
  extended by org.camunda.bpm.container.impl.plugin.BpmPlatformPlugins

public class BpmPlatformPlugins
extends Object

Author:
Thorben Lindhauer

Field Summary
protected  List<BpmPlatformPlugin> plugins
           
 
Constructor Summary
BpmPlatformPlugins()
           
 
Method Summary
 void add(BpmPlatformPlugin plugin)
           
 List<BpmPlatformPlugin> getPlugins()
           
static BpmPlatformPlugins load(ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugins

protected List<BpmPlatformPlugin> plugins
Constructor Detail

BpmPlatformPlugins

public BpmPlatformPlugins()
Method Detail

add

public void add(BpmPlatformPlugin plugin)

getPlugins

public List<BpmPlatformPlugin> getPlugins()

load

public static BpmPlatformPlugins load(ClassLoader classLoader)


Copyright © 2017 camunda services GmbH. All rights reserved.