Uses of Interface
org.eclipse.jgit.transport.UnpackErrorHandler
-
Packages that use UnpackErrorHandler Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of UnpackErrorHandler in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement UnpackErrorHandler Modifier and Type Class Description private class
ReceivePack.DefaultUnpackErrorHandler
Fields in org.eclipse.jgit.transport declared as UnpackErrorHandler Modifier and Type Field Description private UnpackErrorHandler
ReceivePack. unpackErrorHandler
Methods in org.eclipse.jgit.transport that return UnpackErrorHandler Modifier and Type Method Description UnpackErrorHandler
ReceivePack. getUnpackErrorHandler()
Get the current unpack error handler.Methods in org.eclipse.jgit.transport with parameters of type UnpackErrorHandler Modifier and Type Method Description void
ReceivePack. setUnpackErrorHandler(UnpackErrorHandler unpackErrorHandler)
-