C# Class GitSharp.Core.Transport.TransportLocal

Inheritance: Transport, IPackTransport
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

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

Method Details

TransportLocal() public méthode

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

close() public méthode

public close ( ) : void
Résultat void

openFetch() public méthode

public openFetch ( ) : IFetchConnection
Résultat IFetchConnection

openPush() public méthode

public openPush ( ) : IPushConnection
Résultat IPushConnection