|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.commons.AbstractModelLoader
jadex.application.ApplicationModelLoader
public class ApplicationModelLoader
Loader for application files.
| Field Summary | |
|---|---|
static String |
FILE_EXTENSION_APPLICATION
The application file extension. |
protected ApplicationXMLReader |
reader
The xml reader. |
| Fields inherited from class jadex.commons.AbstractModelLoader |
|---|
extensions, modelcache, registered |
| Constructor Summary | |
|---|---|
ApplicationModelLoader(Set[] mappings)
Create a new BPMN model loader. |
|
| Method Summary | |
|---|---|
protected ICacheableModel |
doLoadModel(String name,
ResourceInfo info,
ClassLoader classloader)
Load a model. |
MApplicationType |
loadApplicationModel(String name,
String[] imports,
ClassLoader classloader)
Load a BPMN model. |
| Methods inherited from class jadex.commons.AbstractModelLoader |
|---|
clearModelCache, deregisterModel, getCachedModel, getResourceInfo, getResourceInfo, getResourceInfo0, loadModel, loadModel, registerModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FILE_EXTENSION_APPLICATION
protected ApplicationXMLReader reader
| Constructor Detail |
|---|
public ApplicationModelLoader(Set[] mappings)
| Method Detail |
|---|
public MApplicationType loadApplicationModel(String name,
String[] imports,
ClassLoader classloader)
throws Exception
name - The filename or logical name (resolved via imports and extensions).imports - The imports, if any.
Exception
protected ICacheableModel doLoadModel(String name,
ResourceInfo info,
ClassLoader classloader)
throws Exception
doLoadModel in class AbstractModelLoadername - The original name (i.e. not filename).info - The resource info.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||