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 class
PatcherErrorHandlerBase
class
StrictPatcherErrorHandler
Methods in jetbrains.buildServer.vcs.patches that return PatcherErrorHandler Modifier and Type Method Description PatcherErrorHandler
UnifiedDiffUndoSupportingPatcher.PatcherErrorHandlerFactory. create()
abstract PatcherErrorHandler
FSPatcherCallbackImpl. getErrorHandler()
Methods in jetbrains.buildServer.vcs.patches with parameters of type PatcherErrorHandler Modifier and Type Method Description Patcher
FSUndoPatchBuilder. createUndoPatcher(PatcherErrorHandler errorHandler)
Patcher
FSUndoSupportingPatcher. 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)
-