C# Class GitBin.Commands.SmudgeCommand

Inheritance: ICommand
Afficher le fichier Open project: hbons/git-bin Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
SmudgeCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System

Private Methods

Méthode Description
DownloadMissingFiles ( IEnumerable chunkHashes ) : void
OutputReassembledChunks ( IEnumerable chunkHashes ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

SmudgeCommand() public méthode

public SmudgeCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System
cacheManager ICacheManager
remote IRemote
args string
Résultat System