C# Класс sb.Core.App.Commands.Find

Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Find ( Args args ) : System
ICommand ( ) : void

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

Защищенные методы

Метод Описание
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

Описание методов

BuildLayers() защищенный Метод

Finds all slices requested on the cmd line and build the layers into a list
protected BuildLayers ( ) : LayerList
Результат LayerList

Find() публичный Метод

public Find ( Args args ) : System
args Args
Результат System

ICommand() публичный Метод

Finds all versions of requested layers for specific OS and lists them.
public ICommand ( ) : void
Результат void

ReportAllMissing() защищенный Метод

All missing layers in the registry
protected ReportAllMissing ( LayerList layerList ) : void
layerList LayerList
Результат void

ReportAllSimilar() защищенный Метод

Find all layers with names similar to the requested
protected ReportAllSimilar ( LayerList layerList ) : void
layerList LayerList
Результат void

ReportFoundRequested() защищенный Метод

Found requested layers
protected ReportFoundRequested ( LayerList layerList ) : void
layerList LayerList
Результат void

ReportMissingRequested() защищенный Метод

Missing dependencies of the requested layers
protected ReportMissingRequested ( LayerList layerList ) : void
layerList LayerList
Результат void