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

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

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

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

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

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

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

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

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

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

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

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

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