Interface LowLevelPatchBuilder
-
- All Superinterfaces:
LowLevelPatch<LowLevelPatchBuilder.WriteFileContent,String>
- All Known Implementing Classes:
DirectoryPatchBuilder
,LowLevelPatchBuilderImpl
,LowLevelPatchBuilderWrapper
public interface LowLevelPatchBuilder extends LowLevelPatch<LowLevelPatchBuilder.WriteFileContent,String>
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 16.07.2007 Time: 18:51:48
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LowLevelPatchBuilder.WriteFileContent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
flush()
void
interrupt()
void
noOp()
-
Methods inherited from interface jetbrains.buildServer.vcs.patches.LowLevelPatch
addDirectory, changeBinary, changeTextUsingBytes, delete, exit, fail, rename, setFileMode, setTimeStamp
-
-
-
-
Method Detail
-
close
void close() throws IOException
- Throws:
IOException
-
flush
void flush() throws IOException
- Throws:
IOException
-
interrupt
void interrupt() throws IOException
- Throws:
IOException
-
noOp
void noOp() throws IOException
- Throws:
IOException
-
-