C# Class GitSharp.Core.Transport.TransportAmazonS3

Inheritance: GitSharp.Core.Transport.HttpTransport
Mostra file Open project: jagregory/GitSharp

Public Methods

Method Description
TransportAmazonS3 ( Repository local, URIish uri ) : System
canHandle ( URIish uri ) : bool
close ( ) : void
openFetch ( ) : IFetchConnection
openPush ( ) : IPushConnection

Method Details

TransportAmazonS3() public method

public TransportAmazonS3 ( Repository local, URIish uri ) : System
local Repository
uri URIish
return System

canHandle() public static method

public static canHandle ( URIish uri ) : bool
uri URIish
return bool

close() public method

public close ( ) : void
return void

openFetch() public method

public openFetch ( ) : IFetchConnection
return IFetchConnection

openPush() public method

public openPush ( ) : IPushConnection
return IPushConnection