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

Inheritance: ICommandFactory
ファイルを表示 Open project: agross/duplicatefinder

Public Methods

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

Private Methods

Method Description
Missing ( IEnumerable hashes, string message ) : IEnumerable
Missing ( object instance, string nullReference ) : IEnumerable

Method Details

CanHandle() public method

public CanHandle ( string args ) : bool
args string
return bool

CreateCommand() public method

public CreateCommand ( string args ) : ICommand
args string
return ICommand

PruneHistoryCommandFactory() public method

public PruneHistoryCommandFactory ( IOutput output, IFileSystem fileSystem, ModifyableOptionSet options ) : System
output IOutput
fileSystem IFileSystem
options ModifyableOptionSet
return System