public class VcsShelveChangesSaver
extends java.lang.Object
| Constructor and Description |
|---|
VcsShelveChangesSaver(Project project,
ProgressIndicator indicator,
java.lang.String stashMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRollback(java.util.Collection<? extends VirtualFile> rootsToSave) |
java.util.Map<java.lang.String,ShelvedChangeList> |
getShelvedLists() |
void |
load() |
void |
save(java.util.Collection<? extends VirtualFile> rootsToSave) |
public VcsShelveChangesSaver(Project project, ProgressIndicator indicator, java.lang.String stashMessage)
public java.util.Map<java.lang.String,ShelvedChangeList> getShelvedLists()
public void save(java.util.Collection<? extends VirtualFile> rootsToSave) throws VcsException
VcsExceptionpublic void load()
protected void doRollback(java.util.Collection<? extends VirtualFile> rootsToSave)