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

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

Public Methods

Method Description
CanHandle ( string args ) : bool
CreateCommand ( string args ) : ICommand
ShowHelpCommandFactory ( IOutput output, ModifyableOptionSet options ) : DuplicateFinder.Core.Commands

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

ShowHelpCommandFactory() public method

public ShowHelpCommandFactory ( IOutput output, ModifyableOptionSet options ) : DuplicateFinder.Core.Commands
output IOutput
options ModifyableOptionSet
return DuplicateFinder.Core.Commands