| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Method | Description |
|---|---|---|
static List<TransportProtocol> |
Transport.getTransportProtocols() |
Obtain a copy of the registered protocols.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Transport.register(TransportProtocol proto) |
Register a TransportProtocol instance for use during open.
|
static void |
Transport.unregister(TransportProtocol proto) |
Unregister a TransportProtocol instance.
|
Copyright © 2018. All rights reserved.