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

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

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

Метод Описание
Matches ( string commandPattern ) : bool
Process ( ILogger logger, IEnumerable args, MetaProjectPersistence metaProject, ComponentsList components, string packagesOutputDirectory ) : bool

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

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