Package | Description |
---|---|
com.modeliosoft.modelio.api.mdac |
Modifier and Type | Method and Description |
---|---|
static boolean |
DefaultMdacSession.install(String modelioPath,
String installPath)
Accepts the installation by default.
|
boolean |
IMdacSession.select()
Called when the mdac is selected, which corresponds to the
user action "Deploy a mdac...".
|
boolean |
DefaultMdacSession.select()
Accepts the selection by default.
|
boolean |
IMdacSession.start()
Called when the mdac is started.
|
boolean |
DefaultMdacSession.start()
Accepts the start by default.
|
void |
IMdacSession.stop()
Called before the mdac is stopped.
|
void |
DefaultMdacSession.stop()
Nothing is done by default when the module is stopping.
|
void |
IMdacSession.unselect()
Called when the mdac is deselected from the project.
|
void |
DefaultMdacSession.unselect()
Nothing is done by default when the module is unselecting.
|
void |
IMdacSession.upgrade(Version oldVersion,
Map<String,String> oldParameters)
Called when the mdac is being upgraded from a previous version.
|
void |
DefaultMdacSession.upgrade(Version oldVersion,
Map<String,String> oldParameters)
The old parameter list is copied and pasted on the new module installation.
|