C# 클래스 DuplicateFinder.Core.CommandLine.Factories.FindDuplicatesCommandFactory

상속: ICommandFactory
파일 보기 프로젝트 열기: agross/duplicatefinder

공개 메소드들

메소드 설명
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