Method | Description | |
---|---|---|
Matches ( string commandPattern ) : bool | ||
Process ( ILogger logger, IEnumerable |
||
Rescan ( ILogger logger, MetaProjectPersistence metaProject, ComponentsList components ) : void | ||
ScanCommand ( IComponentsFactory factories ) : System.Collections.Generic |
public Matches ( string commandPattern ) : bool | ||
commandPattern | string | |
return | bool |
public Process ( ILogger logger, IEnumerable |
||
logger | ILogger | |
args | IEnumerable |
|
metaProject | MetaProjectPersistence | |
components | ComponentsList | |
packagesOutputDirectory | string | |
return | bool |
public static Rescan ( ILogger logger, MetaProjectPersistence metaProject, ComponentsList components ) : void | ||
logger | ILogger | |
metaProject | MetaProjectPersistence | |
components | ComponentsList | |
return | void |
public ScanCommand ( IComponentsFactory factories ) : System.Collections.Generic | ||
factories | IComponentsFactory | |
return | System.Collections.Generic |