Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
ReceivePackFactory<DaemonClient> |
Daemon.getReceivePackFactory()
Get the factory used to construct per-request ReceivePack.
|
Modifier and Type | Method and Description |
---|---|
void |
Daemon.setReceivePackFactory(ReceivePackFactory<DaemonClient> factory)
Set the factory to construct and configure per-request ReceivePack.
|
void |
Daemon.setRepositoryResolver(RepositoryResolver<DaemonClient> resolver)
Set the resolver used to locate a repository by name.
|
void |
Daemon.setUploadPackFactory(UploadPackFactory<DaemonClient> factory)
Set the factory to construct and configure per-request UploadPack.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.