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

Inheritance: ICommandFactory
Afficher le fichier Open project: agross/duplicatefinder

Méthodes publiques

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

Method Details

CanHandle() public méthode

public CanHandle ( string args ) : bool
args string
Résultat bool

CreateCommand() public méthode

public CreateCommand ( string args ) : ICommand
args string
Résultat ICommand

ShowHelpCommandFactory() public méthode

public ShowHelpCommandFactory ( IOutput output, ModifyableOptionSet options ) : DuplicateFinder.Core.Commands
output IOutput
options ModifyableOptionSet
Résultat DuplicateFinder.Core.Commands