Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.contrib |
Modifier and Type | Method and Description |
---|---|
IUpdateConfig |
IUpdateCommand.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ICmsContributor.configUpdate(org.modelio.vbasic.progress.IModelioProgress monitor,
IUpdateConfig configuration)
Ask for the parameters and the confirmation of the update of the given elements.
|
void |
AbstractCmsContributor.configUpdate(org.modelio.vbasic.progress.IModelioProgress monitor,
IUpdateConfig configuration)
Ask for the parameters and the confirmation of the update of the given elements.
|
void |
ICmsContributor.onUpdateFailed(IUpdateConfig config,
java.lang.Throwable cause)
Called after a "Update" has failed.
|
void |
AbstractCmsContributor.onUpdateFailed(IUpdateConfig config,
java.lang.Throwable cause)
Called after a "Update" has failed.
|