Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
static List<TransportProtocol> |
Transport.getTransportProtocols()
Obtain a copy of the registered protocols.
|
Modifier and Type | Method and 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 © 2013. All rights reserved.