Package org.eclipse.jgit.transport.resolver
Server-side resolver for locating repositories by URLs.
-
Interface Summary Interface Description ReceivePackFactory<C> Create and configureReceivePackservice instance.RepositoryResolver<C> Locate a GitRepositoryby name from the URL.UploadPackFactory<C> Create and configureUploadPackservice 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.