public interface ICleanupWorkingCopyCommand
To be run when a previous command left the working copy in a broken state.
Modifier and Type | Method and Description |
---|---|
void |
execute(IGModelFragment f)
Clean the working copy.
|
void |
execute(java.util.List<MObject> selectedElements,
org.modelio.vbasic.progress.IModelioProgress monitor)
Run SVN cleanup on the related working copies.
|
void execute(IGModelFragment f) throws CmsException
f
- the fragment to clean.CmsException
- in case of failure.void execute(java.util.List<MObject> selectedElements, org.modelio.vbasic.progress.IModelioProgress monitor) throws CmsException
selectedElements
- elements whose repository will be cleaned up.monitor
- the progress monitor to use for reporting progress to the user. CmsException
- in case of failure