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, getObjectChecker, 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, setObjectChecker, setOptionReceivePack, setOptionUploadPack, setPackConfig, setPushThin, setRemoveDeletedRefs, setTagOpt, setTimeout, unregister
public static final String SCHEME
public static final TransportProtocol PROTO
public FetchConnection openFetch() throws NotSupportedException, TransportException
openFetch
in class Transport
NotSupportedException
TransportException
public PushConnection openPush() throws NotSupportedException, TransportException
openPush
in class Transport
NotSupportedException
TransportException
Copyright © 2015 Eclipse JGit Project. All rights reserved.