C# Класс NugetCracker.Commands.ScanCommand

Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Matches() публичный Метод

public Matches ( string commandPattern ) : bool
commandPattern string
Результат bool

Process() публичный Метод

public Process ( ILogger logger, IEnumerable args, MetaProjectPersistence metaProject, ComponentsList components, string packagesOutputDirectory ) : bool
logger ILogger
args IEnumerable
metaProject MetaProjectPersistence
components ComponentsList
packagesOutputDirectory string
Результат bool

Rescan() публичный статический Метод

public static Rescan ( ILogger logger, MetaProjectPersistence metaProject, ComponentsList components ) : void
logger ILogger
metaProject MetaProjectPersistence
components ComponentsList
Результат void

ScanCommand() публичный Метод

public ScanCommand ( IComponentsFactory factories ) : System.Collections.Generic
factories IComponentsFactory
Результат System.Collections.Generic