Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
(package private) ReceivePackFactory<DaemonClient> |
Daemon.receivePackFactory |
private RepositoryResolver<DaemonClient> |
Daemon.repositoryResolver |
(package private) UploadPackFactory<DaemonClient> |
Daemon.uploadPackFactory |
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 |
---|---|
(package private) abstract void |
DaemonService.execute(DaemonClient client,
Repository db,
java.util.Collection<java.lang.String> extraParameters) |
(package private) void |
DaemonService.execute(DaemonClient client,
java.lang.String commandLine,
java.util.Collection<java.lang.String> extraParameters) |
(package private) Repository |
Daemon.openRepository(DaemonClient client,
java.lang.String name) |
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.
|