|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
public class DefaultUploadPackFactory
Create and configure UploadPack
service instance.
Reading by upload-pack is permitted unless http.uploadpack
is
explicitly set to false.
Field Summary |
---|
Fields inherited from interface org.eclipse.jgit.transport.resolver.UploadPackFactory |
---|
DISABLED |
Constructor Summary | |
---|---|
DefaultUploadPackFactory()
|
Method Summary | |
---|---|
UploadPack |
create(javax.servlet.http.HttpServletRequest req,
Repository db)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultUploadPackFactory()
Method Detail |
---|
public UploadPack create(javax.servlet.http.HttpServletRequest req, Repository db) throws ServiceNotEnabledException, ServiceNotAuthorizedException
create
in interface UploadPackFactory<javax.servlet.http.HttpServletRequest>
ServiceNotEnabledException
ServiceNotAuthorizedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |