Class LowLevelPatcher
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.InterruptablePatcherBase
-
- jetbrains.buildServer.vcs.patches.LowLevelPatcher
-
public class LowLevelPatcher extends InterruptablePatcherBase
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 16.07.2007 Time: 18:48:07
-
-
Constructor Summary
Constructors Constructor Description LowLevelPatcher(DataInputStream inputStream)LowLevelPatcher(InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyPatch(LowLevelPatcherListener builder)voidclose()-
Methods inherited from class jetbrains.buildServer.vcs.patches.InterruptablePatcherBase
checkInterrupted, interrupt
-
-
-
-
Constructor Detail
-
LowLevelPatcher
public LowLevelPatcher(@NotNull InputStream inputStream)
-
LowLevelPatcher
public LowLevelPatcher(@NotNull DataInputStream inputStream)
-
-
Method Detail
-
close
public void close()
-
applyPatch
public void applyPatch(@NotNull LowLevelPatcherListener builder) throws IOException- Throws:
IOException
-
-