Package | Description |
---|---|
org.eclipse.jgit.transport.resolver |
Modifier and Type | Method and Description |
---|---|
UploadPack |
UploadPackFactory.create(C req,
Repository db)
Create and configure a new UploadPack instance for a repository.
|
ReceivePack |
ReceivePackFactory.create(C req,
Repository db)
Create and configure a new ReceivePack instance for a repository.
|
Repository |
RepositoryResolver.open(C req,
java.lang.String name)
Locate and open a reference to a
Repository . |
Copyright © 2012. All Rights Reserved.