Package org.eclipse.jgit.transport.resolver
Server-side resolver for locating repositories by URLs.
-
Interface Summary Interface Description ReceivePackFactory<C> Create and configureReceivePack
service instance.RepositoryResolver<C> Locate a GitRepository
by name from the URL.UploadPackFactory<C> Create and configureUploadPack
service instance. -
Class Summary Class Description FileResolver<C> Default resolver serving from the local filesystem. -
Exception Summary Exception Description ServiceNotAuthorizedException Indicates that the requested service requires authentication that the current user has not provided.ServiceNotEnabledException Indicates the request service is not enabled on a repository.