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

Inheritance: ICommand
Afficher le fichier Open project: slicebuild/sb

Méthodes publiques

Méthode Description
Find ( Args args ) : System
ICommand ( ) : void

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

Méthodes protégées

Méthode 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 méthode

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

Find() public méthode

public Find ( Args args ) : System
args Args
Résultat System

ICommand() public méthode

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

ReportAllMissing() protected méthode

All missing layers in the registry
protected ReportAllMissing ( LayerList layerList ) : void
layerList LayerList
Résultat void

ReportAllSimilar() protected méthode

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

ReportFoundRequested() protected méthode

Found requested layers
protected ReportFoundRequested ( LayerList layerList ) : void
layerList LayerList
Résultat void

ReportMissingRequested() protected méthode

Missing dependencies of the requested layers
protected ReportMissingRequested ( LayerList layerList ) : void
layerList LayerList
Résultat void