C# Class GitSharp.Core.Transport.TransportBundleFile

Inheritance: Transport, ITransportBundle
Mostra file Open project: stschake/GitSharp Class Usage Examples

Public Methods

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

Private Methods

Method Description
resolve ( FileSystemInfo @base, string path ) : FileInfo

Method Details

CanHandle() public static method

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

TransportBundleFile() public method

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

close() public method

public close ( ) : void
return void

openFetch() public method

public openFetch ( ) : IFetchConnection
return IFetchConnection

openPush() public method

public openPush ( ) : IPushConnection
return IPushConnection