Package | Description |
---|---|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
private static DaemonService |
Daemon.service(Daemon d,
java.lang.String n) |
Modifier and Type | Field and Description |
---|---|
private DaemonService[] |
Daemon.services |
Modifier and Type | Method and Description |
---|---|
DaemonService |
Daemon.getService(java.lang.String name)
Lookup a supported service so it can be reconfigured.
|
(package private) DaemonService |
Daemon.matchService(java.lang.String cmd) |
Constructor and Description |
---|
ServiceConfig(DaemonService service,
Config cfg,
java.lang.String name) |