Uses of Class
org.eclipse.jgit.transport.DaemonClient
-
Packages that use DaemonClient Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of DaemonClient in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type DaemonClient Modifier and Type Field Description (package private) ReceivePackFactory<DaemonClient>Daemon. receivePackFactoryprivate RepositoryResolver<DaemonClient>Daemon. repositoryResolver(package private) UploadPackFactory<DaemonClient>Daemon. uploadPackFactoryMethods in org.eclipse.jgit.transport that return types with arguments of type DaemonClient Modifier and Type Method Description ReceivePackFactory<DaemonClient>Daemon. getReceivePackFactory()Get the factory used to construct per-request ReceivePack.Methods in org.eclipse.jgit.transport with parameters of type DaemonClient Modifier and Type Method Description (package private) voidDaemonService. execute(DaemonClient client, java.lang.String commandLine, java.util.Collection<java.lang.String> extraParameters)(package private) abstract voidDaemonService. execute(DaemonClient client, Repository db, java.util.Collection<java.lang.String> extraParameters)(package private) RepositoryDaemon. openRepository(DaemonClient client, java.lang.String name)Method parameters in org.eclipse.jgit.transport with type arguments of type DaemonClient Modifier and Type Method Description voidDaemon. setReceivePackFactory(ReceivePackFactory<DaemonClient> factory)Set the factory to construct and configure per-request ReceivePack.voidDaemon. setRepositoryResolver(RepositoryResolver<DaemonClient> resolver)Set the resolver used to locate a repository by name.voidDaemon. setUploadPackFactory(UploadPackFactory<DaemonClient> factory)Set the factory to construct and configure per-request UploadPack.
-