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 classReceivePack.DefaultUnpackErrorHandlerFields in org.eclipse.jgit.transport declared as UnpackErrorHandler Modifier and Type Field Description private UnpackErrorHandlerReceivePack. unpackErrorHandlerMethods in org.eclipse.jgit.transport that return UnpackErrorHandler Modifier and Type Method Description UnpackErrorHandlerReceivePack. getUnpackErrorHandler()Get the current unpack error handler.Methods in org.eclipse.jgit.transport with parameters of type UnpackErrorHandler Modifier and Type Method Description voidReceivePack. setUnpackErrorHandler(UnpackErrorHandler unpackErrorHandler)
-