Uses of Interface
jetbrains.buildServer.vcs.patches.PatcherErrorHandler
-
Packages that use PatcherErrorHandler Package Description jetbrains.buildServer.vcs.patches -
-
Uses of PatcherErrorHandler in jetbrains.buildServer.vcs.patches
Classes in jetbrains.buildServer.vcs.patches that implement PatcherErrorHandler Modifier and Type Class Description classPatcherErrorHandlerBaseclassStrictPatcherErrorHandlerMethods in jetbrains.buildServer.vcs.patches that return PatcherErrorHandler Modifier and Type Method Description PatcherErrorHandlerUnifiedDiffUndoSupportingPatcher.PatcherErrorHandlerFactory. create()abstract PatcherErrorHandlerFSPatcherCallbackImpl. getErrorHandler()Methods in jetbrains.buildServer.vcs.patches with parameters of type PatcherErrorHandler Modifier and Type Method Description PatcherFSUndoPatchBuilder. createUndoPatcher(PatcherErrorHandler errorHandler)PatcherFSUndoSupportingPatcher. getUndoPatcher(PatcherErrorHandler errors)Constructors in jetbrains.buildServer.vcs.patches with parameters of type PatcherErrorHandler Constructor Description FSPatcherImpl(InputStream input, File dir, PatcherErrorHandler errorHandler)FSUndoSupportingPatcher(InputStream input, File dir, File undoPatchTmp, PatcherErrorHandler errorHander)UndoAbstractFSPatcherCallback(FSUndoPatchBuilder undo, PatcherErrorHandler errorHandler)
-