Uses of Class
org.eclipse.jgit.transport.Daemon
-
Packages that use Daemon Package Description org.eclipse.jgit.pgm org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of Daemon in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type Daemon Modifier and Type Method Description private static DaemonService
Daemon. service(Daemon d, java.lang.String n)
-
Uses of Daemon in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as Daemon Modifier and Type Field Description private Daemon
DaemonClient. daemon
Methods in org.eclipse.jgit.transport that return Daemon Modifier and Type Method Description Daemon
DaemonClient. getDaemon()
Get the daemon which spawned this client.Constructors in org.eclipse.jgit.transport with parameters of type Daemon Constructor Description DaemonClient(Daemon d)
-