Interface PatchApplier
-
- All Superinterfaces:
Interruptable
- All Known Implementing Classes:
PatchApplierImpl
public interface PatchApplier extends Interruptable
- Author:
- Eugene Petrenko Created: 13.05.2009 14:26:26
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPatch(Patcher patch)
-
Methods inherited from interface jetbrains.buildServer.util.Interruptable
interrupt
-
-
-
-
Method Detail
-
applyPatch
void applyPatch(Patcher patch) throws IOException, UpdateSourcesInterruptedException
-
-