C# Class sb.Core.App.Commands.Find

Inheritance: ICommand
显示文件 Open project: slicebuild/sb

Public Methods

Method Description
Find ( Args args ) : System
ICommand ( ) : void

Finds all versions of requested layers for specific OS and lists them.

Protected Methods

Method Description
BuildLayers ( ) : LayerList

Finds all slices requested on the cmd line and build the layers into a list

ReportAllMissing ( LayerList layerList ) : void

All missing layers in the registry

ReportAllSimilar ( LayerList layerList ) : void

Find all layers with names similar to the requested

ReportFoundRequested ( LayerList layerList ) : void

Found requested layers

ReportMissingRequested ( LayerList layerList ) : void

Missing dependencies of the requested layers

Method Details

BuildLayers() protected method

Finds all slices requested on the cmd line and build the layers into a list
protected BuildLayers ( ) : LayerList
return LayerList

Find() public method

public Find ( Args args ) : System
args Args
return System

ICommand() public method

Finds all versions of requested layers for specific OS and lists them.
public ICommand ( ) : void
return void

ReportAllMissing() protected method

All missing layers in the registry
protected ReportAllMissing ( LayerList layerList ) : void
layerList LayerList
return void

ReportAllSimilar() protected method

Find all layers with names similar to the requested
protected ReportAllSimilar ( LayerList layerList ) : void
layerList LayerList
return void

ReportFoundRequested() protected method

Found requested layers
protected ReportFoundRequested ( LayerList layerList ) : void
layerList LayerList
return void

ReportMissingRequested() protected method

Missing dependencies of the requested layers
protected ReportMissingRequested ( LayerList layerList ) : void
layerList LayerList
return void