C# 클래스 NugetCracker.Commands.PublishPackagesCommand

상속: ICommand
파일 보기 프로젝트 열기: monoman/NugetCracker

공개 메소드들

메소드 설명
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