C# Class NugetCracker.Commands.ScanCommand

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
Rescan ( ILogger logger, MetaProjectPersistence metaProject, ComponentsList components ) : void
ScanCommand ( IComponentsFactory factories ) : System.Collections.Generic

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

Rescan() public static method

public static Rescan ( ILogger logger, MetaProjectPersistence metaProject, ComponentsList components ) : void
logger ILogger
metaProject MetaProjectPersistence
components ComponentsList
return void

ScanCommand() public method

public ScanCommand ( IComponentsFactory factories ) : System.Collections.Generic
factories IComponentsFactory
return System.Collections.Generic