C# Class GitSharp.Core.Transport.TransportSftp

Inheritance: SshTransport, IWalkTransport
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
NewSftp ( ) : ChannelSftp

Method Details

TransportSftp() public méthode

public TransportSftp ( Repository local, URIish uri ) : System
local Repository
uri URIish
Résultat System

canHandle() public static méthode

public static canHandle ( URIish uri ) : bool
uri URIish
Résultat bool

openFetch() public méthode

public openFetch ( ) : IFetchConnection
Résultat IFetchConnection

openPush() public méthode

public openPush ( ) : IPushConnection
Résultat IPushConnection