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 voiddeleteFailed(File file)protected voiderror(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:
deleteFailedin interfacePatcherErrorHandler- Overrides:
deleteFailedin classPatcherErrorHandlerBase- Throws:
PatchException
-
error
protected void error(@NotNull String message, @Nullable IOException cause) throws PatchException- Specified by:
errorin classPatcherErrorHandlerBase- Throws:
PatchException
-
-