public class SpiTransport extends Transport
Transport.Operation| Modifier and Type | Field and Description |
|---|---|
static TransportProtocol |
PROTO
Instance
|
static String |
SCHEME
Transport protocol scheme
|
DEFAULT_FETCH_THIN, DEFAULT_PUSH_THIN, local, REFSPEC_PUSH_ALL, REFSPEC_TAGS, uri| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FetchConnection |
openFetch() |
PushConnection |
openPush() |
applyConfig, fetch, findRemoteRefUpdatesFor, findRemoteRefUpdatesFor, getCredentialsProvider, getOptionReceivePack, getOptionUploadPack, getPackConfig, getTagOpt, getTimeout, getTransportProtocols, getURI, isCheckFetchedObjects, isDryRun, isFetchThin, isPushThin, isRemoveDeletedRefs, open, open, open, open, open, open, open, openAll, openAll, openAll, openAll, push, push, register, setCheckFetchedObjects, setCredentialsProvider, setDryRun, setFetchThin, setOptionReceivePack, setOptionUploadPack, setPackConfig, setPushThin, setRemoveDeletedRefs, setTagOpt, setTimeout, unregisterpublic static final String SCHEME
public static final TransportProtocol PROTO
public FetchConnection openFetch() throws NotSupportedException, TransportException
openFetch in class TransportNotSupportedExceptionTransportExceptionpublic PushConnection openPush() throws NotSupportedException, TransportException
openPush in class TransportNotSupportedExceptionTransportExceptionCopyright © 2014. All rights reserved.