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 voidapplyPatch(String personalPatchId)Collection<String>getAllPatchIds()voidrevertAllPatches()
-
-
-
Method Detail
-
applyPatch
void applyPatch(@NotNull String personalPatchId) throws RunBuildException- Throws:
RunBuildException
-
getAllPatchIds
@NotNull Collection<String> getAllPatchIds()
-
revertAllPatches
void revertAllPatches()
-
-