Uses of Class
org.eclipse.jgit.transport.DaemonClient
Packages that use DaemonClient
-
Uses of DaemonClient in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type DaemonClientModifier and TypeFieldDescription(package private) ReceivePackFactory
<DaemonClient> Daemon.receivePackFactory
private RepositoryResolver
<DaemonClient> Daemon.repositoryResolver
(package private) UploadPackFactory
<DaemonClient> Daemon.uploadPackFactory
Methods in org.eclipse.jgit.transport that return types with arguments of type DaemonClientModifier and TypeMethodDescriptionDaemon.getReceivePackFactory()
Get the factory used to construct per-request ReceivePack.Methods in org.eclipse.jgit.transport with parameters of type DaemonClientModifier and TypeMethodDescription(package private) void
DaemonService.execute
(DaemonClient client, String commandLine, Collection<String> extraParameters) (package private) abstract void
DaemonService.execute
(DaemonClient client, Repository db, Collection<String> extraParameters) (package private) Repository
Daemon.openRepository
(DaemonClient client, String name) Method parameters in org.eclipse.jgit.transport with type arguments of type DaemonClientModifier and TypeMethodDescriptionvoid
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.