C# Class GitSharp.Core.Transport.TransportBundleFile

Inheritance: Transport, ITransportBundle
Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
resolve ( FileSystemInfo @base, string path ) : FileInfo

Method Details

CanHandle() public static méthode

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

TransportBundleFile() public méthode

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

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