public class BDIModelLoader extends AbstractModelLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION_BDIV3 |
static String |
FILE_EXTENSION_BDIV3_FIRST
The component file extension.
|
static String |
FILE_EXTENSION_BDIV3_SECOND |
| Constructor and Description |
|---|
BDIModelLoader()
Create a new BPMN model loader.
|
| Modifier and Type | Method and Description |
|---|---|
BDIModel |
loadComponentModel(String name,
String[] imports,
ClassLoader classloader,
Object context)
Load a component model.
|
clearModelCache, deregisterModel, loadModel, loadModel, registerModelpublic static final String FILE_EXTENSION_BDIV3_FIRST
public static final String FILE_EXTENSION_BDIV3_SECOND
public static final String FILE_EXTENSION_BDIV3
public BDIModel loadComponentModel(String name, String[] imports, ClassLoader classloader, Object context) throws Exception
name - The filename or logical name (resolved via imports and extensions).imports - The imports, if any.ExceptionCopyright © 2015. All Rights Reserved.