Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.contrib |
Modifier and Type | Method and Description |
---|---|
void |
ICommitCommand.addElements(java.util.Collection<MObject> elementsToAdd,
org.modelio.vbasic.progress.IModelioProgress monitor)
Add elements to be committed.
|
void |
ICommitCommand.setRecursive(boolean isRecursive,
org.modelio.vbasic.progress.IModelioProgress monitor)
Set whether the commit must be recursive.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommitConfig.addElements(java.util.Collection<MObject> elementsToAdd,
org.modelio.vbasic.progress.IModelioProgress monitor)
Add elements to be committed.
|
void |
ICommitConfig.setRecursive(boolean isRecursive,
org.modelio.vbasic.progress.IModelioProgress monitor)
Set whether the commit must be recursive.
|