C# Class DuplicateFinder.Core.CommandLine.Factories.PruneHistoryCommandFactory

Inheritance: ICommandFactory
Afficher le fichier Open project: agross/duplicatefinder

Méthodes publiques

Méthode Description
CanHandle ( string args ) : bool
CreateCommand ( string args ) : ICommand
PruneHistoryCommandFactory ( IOutput output, IFileSystem fileSystem, ModifyableOptionSet options ) : System

Private Methods

Méthode Description
Missing ( IEnumerable hashes, string message ) : IEnumerable
Missing ( object instance, string nullReference ) : IEnumerable

Method Details

CanHandle() public méthode

public CanHandle ( string args ) : bool
args string
Résultat bool

CreateCommand() public méthode

public CreateCommand ( string args ) : ICommand
args string
Résultat ICommand

PruneHistoryCommandFactory() public méthode

public PruneHistoryCommandFactory ( IOutput output, IFileSystem fileSystem, ModifyableOptionSet options ) : System
output IOutput
fileSystem IFileSystem
options ModifyableOptionSet
Résultat System