C# Class GitLink.Providers.ProviderBase

Inheritance: IProvider
Show file Open project: GitTools/GitLink

Public Methods

Method Description
GetShaHashOfCurrentBranch ( Context context, TemporaryFilesContext temporaryFilesContext ) : string
Initialize ( string url ) : bool

Protected Methods

Method Description
ProviderBase ( IRepositoryPreparer repositoryPreparer ) : System

Method Details

GetShaHashOfCurrentBranch() public method

public GetShaHashOfCurrentBranch ( Context context, TemporaryFilesContext temporaryFilesContext ) : string
context Context
temporaryFilesContext TemporaryFilesContext
return string

Initialize() public abstract method

public abstract Initialize ( string url ) : bool
url string
return bool

ProviderBase() protected method

protected ProviderBase ( IRepositoryPreparer repositoryPreparer ) : System
repositoryPreparer IRepositoryPreparer
return System