C# 클래스 sb.Core.App.Commands.Find

상속: ICommand
파일 보기 프로젝트 열기: slicebuild/sb

공개 메소드들

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