Class StrictPatcherErrorHandler
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.PatcherErrorHandlerBase
-
- jetbrains.buildServer.vcs.patches.StrictPatcherErrorHandler
-
- All Implemented Interfaces:
PatcherErrorHandler
public class StrictPatcherErrorHandler extends PatcherErrorHandlerBase
-
-
Constructor Summary
Constructors Constructor Description StrictPatcherErrorHandler(File checkoutDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteFailed(File file)
protected void
error(String message, IOException cause)
-
Methods inherited from class jetbrains.buildServer.vcs.patches.PatcherErrorHandlerBase
addDirectoryFailed, changeBinaryFailed, changeTextFailed, chmodFailed, failedToAccessFile, failedToCreateOrFindParentDirectory, renameFileFailed, renameFileFailedNoSourceFile, setLastModifiedFailed, setReadonlyAttributeFailed
-
-
-
-
Constructor Detail
-
StrictPatcherErrorHandler
public StrictPatcherErrorHandler(@NotNull File checkoutDirectory)
-
-
Method Detail
-
deleteFailed
public void deleteFailed(@NotNull File file) throws PatchException
- Specified by:
deleteFailed
in interfacePatcherErrorHandler
- Overrides:
deleteFailed
in classPatcherErrorHandlerBase
- Throws:
PatchException
-
error
protected void error(@NotNull String message, @Nullable IOException cause) throws PatchException
- Specified by:
error
in classPatcherErrorHandlerBase
- Throws:
PatchException
-
-