Interface RemoteDebugPersonalChangesHandler
-
- All Known Implementing Classes:
RemoteDebugPersonalChangesHandlerImpl
public interface RemoteDebugPersonalChangesHandler
- Author:
- Maxim.Manuylov Date: 03.10.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPatch(String personalPatchId)
Collection<String>
getAllPatchIds()
void
revertAllPatches()
-
-
-
Method Detail
-
applyPatch
void applyPatch(@NotNull String personalPatchId) throws RunBuildException
- Throws:
RunBuildException
-
getAllPatchIds
@NotNull Collection<String> getAllPatchIds()
-
revertAllPatches
void revertAllPatches()
-
-