Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.contrib |
Modifier and Type | Method and Description |
---|---|
IRevertConfig |
IRevertCommand.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmsContributor.configRevert(org.modelio.vbasic.progress.IModelioProgress monitor,
IRevertConfig revertConfig)
Called before a revert operation is executed.
|
void |
ICmsContributor.configRevert(org.modelio.vbasic.progress.IModelioProgress monitor,
IRevertConfig revertConfig)
Called before a revert operation is executed.
|
void |
AbstractCmsContributor.onRevertFailed(IRevertConfig config,
java.lang.Throwable cause)
Called after a "Revert" has failed.
|
void |
ICmsContributor.onRevertFailed(IRevertConfig config,
java.lang.Throwable cause)
Called after a "Revert" has failed.
|