public class MicroModelLoader extends AbstractModelLoader
Modifier and Type | Field and Description |
---|---|
static String |
FILE_EXTENSION_MICRO
The component file extension.
|
Constructor and Description |
---|
MicroModelLoader()
Create a new BPMN model loader.
|
Modifier and Type | Method and Description |
---|---|
MicroModel |
loadComponentModel(String name,
String[] imports,
ClassLoader classloader,
Object context)
Load a component model.
|
clearModelCache, deregisterModel, loadModel, loadModel, registerModel
public static final String FILE_EXTENSION_MICRO
public MicroModel 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.Exception
Copyright © 2012. All Rights Reserved.