C# 클래스 NugetCracker.Commands.ScanCommand

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

공개 메소드들

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