Uses of Class
org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
-
Packages that use ServiceNotEnabledException Package Description org.eclipse.jgit.http.server.resolver org.eclipse.jgit.transport.resolver Server-side resolver for locating repositories by URLs. -
-
Uses of ServiceNotEnabledException in org.eclipse.jgit.http.server.resolver
Methods in org.eclipse.jgit.http.server.resolver that throw ServiceNotEnabledException Modifier and Type Method Description voidAsIsFileService. access(javax.servlet.http.HttpServletRequest req, Repository db)Determine if access to any bare file of the repository is allowed.ReceivePackDefaultReceivePackFactory. create(javax.servlet.http.HttpServletRequest req, Repository db)Create and configure a new ReceivePack instance for a repository.UploadPackDefaultUploadPackFactory. create(javax.servlet.http.HttpServletRequest req, Repository db)Create and configure a new UploadPack instance for a repository. -
Uses of ServiceNotEnabledException in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that throw ServiceNotEnabledException Modifier and Type Method Description ReceivePackReceivePackFactory. create(C req, Repository db)Create and configure a new ReceivePack instance for a repository.UploadPackUploadPackFactory. create(C req, Repository db)Create and configure a new UploadPack instance for a repository.RepositoryFileResolver. open(C req, String name)Locate and open a reference to aRepository.RepositoryRepositoryResolver. open(C req, String name)Locate and open a reference to aRepository.
-