C# Class NugetCracker.Commands.ScanCommand

Inheritance: ICommand
Afficher le fichier Open project: monoman/NugetCracker

Méthodes publiques

Méthode 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 méthode

public Matches ( string commandPattern ) : bool
commandPattern string
Résultat bool

Process() public méthode

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

Rescan() public static méthode

public static Rescan ( ILogger logger, MetaProjectPersistence metaProject, ComponentsList components ) : void
logger ILogger
metaProject MetaProjectPersistence
components ComponentsList
Résultat void

ScanCommand() public méthode

public ScanCommand ( IComponentsFactory factories ) : System.Collections.Generic
factories IComponentsFactory
Résultat System.Collections.Generic