Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
TestProtocol<C>
Protocol for transport between manually-specified repositories in tests.
|
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 © 2018 Eclipse JGit Project. All rights reserved.