C# Class NugetCracker.Commands.AddNugetCommand

Inheritance: ICommand
Mostrar archivo Open project: monoman/NugetCracker

Public Methods

Method Description
Matches ( string commandPattern ) : bool
Process ( ILogger logger, IEnumerable args, MetaProjectPersistence metaProject, ComponentsList components, string packagesOutputDirectory ) : bool

Method Details

Matches() public method

public Matches ( string commandPattern ) : bool
commandPattern string
return bool

Process() public method

public Process ( ILogger logger, IEnumerable args, MetaProjectPersistence metaProject, ComponentsList components, string packagesOutputDirectory ) : bool
logger ILogger
args IEnumerable
metaProject MetaProjectPersistence
components ComponentsList
packagesOutputDirectory string
return bool