C# Класс DuplicateFinder.Core.CommandLine.Factories.PruneHistoryCommandFactory

Наследование: ICommandFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
CanHandle ( string args ) : bool
CreateCommand ( string args ) : ICommand
PruneHistoryCommandFactory ( IOutput output, IFileSystem fileSystem, ModifyableOptionSet options ) : System

Приватные методы

Метод Описание
Missing ( IEnumerable hashes, string message ) : IEnumerable
Missing ( object instance, string nullReference ) : IEnumerable

Описание методов

CanHandle() публичный Метод

public CanHandle ( string args ) : bool
args string
Результат bool

CreateCommand() публичный Метод

public CreateCommand ( string args ) : ICommand
args string
Результат ICommand

PruneHistoryCommandFactory() публичный Метод

public PruneHistoryCommandFactory ( IOutput output, IFileSystem fileSystem, ModifyableOptionSet options ) : System
output IOutput
fileSystem IFileSystem
options ModifyableOptionSet
Результат System