C# Class GitBin.Commands.SmudgeCommand

Inheritance: ICommand
ファイルを表示 Open project: hbons/git-bin Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
SmudgeCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System

Private Methods

Method Description
DownloadMissingFiles ( IEnumerable chunkHashes ) : void
OutputReassembledChunks ( IEnumerable chunkHashes ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

SmudgeCommand() public method

public SmudgeCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System
cacheManager ICacheManager
remote IRemote
args string
return System