Package | Description |
---|---|
org.modelio.api.module.lifecycle |
Modifier and Type | Method and Description |
---|---|
static boolean |
DefaultModuleLifeCycleHandler.install(java.lang.String modelioPath,
java.lang.String installPath)
Accepts the installation by default.
|
boolean |
IModuleLifeCycleHandler.select()
Called when the mdac is selected, which corresponds to the user action
"Deploy a mdac...".
|
boolean |
DefaultModuleLifeCycleHandler.select() |
boolean |
IModuleLifeCycleHandler.start()
Called when the mdac is started.
|
boolean |
DefaultModuleLifeCycleHandler.start() |
void |
IModuleLifeCycleHandler.stop()
Called before the mdac is stopped.
|
void |
DefaultModuleLifeCycleHandler.stop() |
void |
IModuleLifeCycleHandler.unselect()
Called when the mdac is deselected from the project.
|
void |
DefaultModuleLifeCycleHandler.unselect() |
void |
IModuleLifeCycleHandler.upgrade(Version oldVersion,
java.util.Map<java.lang.String,java.lang.String> oldParameters)
Called when the mdac is being upgraded from a previous version.
|
void |
DefaultModuleLifeCycleHandler.upgrade(Version oldVersion,
java.util.Map<java.lang.String,java.lang.String> oldParameters) |