C# Class GitSharp.Core.Transport.TransportLocal

Inheritance: Transport, IPackTransport
显示文件 Open project: jagregory/GitSharp Class Usage Examples

Public Methods

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

Method Details

TransportLocal() public method

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

close() public method

public close ( ) : void
return void

openFetch() public method

public openFetch ( ) : IFetchConnection
return IFetchConnection

openPush() public method

public openPush ( ) : IPushConnection
return IPushConnection