Interface Patcher


  • public interface Patcher
    Applies patch to the file system.
    • Method Detail

      • applyPatch

        void applyPatch()
                 throws java.io.IOException
        Applies patch.
        Throws:
        java.io.IOException - some file system operation failed or patch process terminated with see jetbrains.buildServer.vcs.patches.InterruptedPatchException or some problem occurred during the patch process (see jetbrains.buildServer.vcs.patches.UnsuccessfulPatchException).
      • interrupt

        void interrupt()
        Interrupts patching process. applyPatch() may throw {see jetbrains.buildServer.vcs.patches.InterruptedPatchException}
      • close

        void close()
        Disposes the patcher process.