Interface DetectedChangesPersister
-
- All Known Implementing Classes:
ChangePersister
public interface DetectedChangesPersister
Created 23.08.13 19:52- Since:
- 8.1
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistChangesResult
persist(List<ModificationData> changes, CheckoutRules commonRules)
-
-
-
Method Detail
-
persist
@NotNull PersistChangesResult persist(@NotNull List<ModificationData> changes, @NotNull CheckoutRules commonRules) throws VcsException
- Throws:
VcsException
-
-