C# Class GitSharp.Core.Transport.TransportSftp

Inheritance: SshTransport, IWalkTransport
ファイルを表示 Open project: jagregory/GitSharp Class Usage Examples

Public Methods

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

Private Methods

Method Description
NewSftp ( ) : ChannelSftp

Method Details

TransportSftp() public method

public TransportSftp ( 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

openFetch() public method

public openFetch ( ) : IFetchConnection
return IFetchConnection

openPush() public method

public openPush ( ) : IPushConnection
return IPushConnection