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, findRemoteRefUpdatesFor, findRemoteRefUpdatesFor, getCredentialsProvider, getObjectChecker, getOptionReceivePack, getOptionUploadPack, getPackConfig, getPushOptions, getTagOpt, getTimeout, getTransportProtocols, getURI, isCheckFetchedObjects, isDryRun, isFetchThin, isPushAtomic, isPushThin, isRemoveDeletedRefs, open, open, open, open, open, open, open, openAll, openAll, openAll, openAll, push, push, register, setCheckFetchedObjects, setCredentialsProvider, setDryRun, setFetchThin, setObjectChecker, setOptionReceivePack, setOptionUploadPack, setPackConfig, setPushAtomic, setPushOptions, 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 TransportNotSupportedExceptionTransportExceptionpublic void close()
close in interface AutoCloseableclose in class TransportCopyright © 2017 Eclipse JGit Project. All rights reserved.