C# 클래스 ZeroInstall.Services.Solvers.ExternalSolver

Uses an external process controlled via a IPC to solve requirements. The external process is itself provided by another ISolver.
This class is immutable and thread-safe.
상속: ISolver
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
ExternalSolver ( [ backingSolver, [ selectionsManager, [ fetcher, [ executor, [ config, [ feedManager, [ handler ) : System

Creates a new external JSON solver.

Solve ( Requirements requirements ) : Selections

비공개 메소드들

메소드 설명
DoConfirm ( string message ) : string
DoConfirmKeys ( FeedUri feedUri, string[][]>.Dictionary keys ) : string
GetEffectiveRequirements ( Requirements requirements ) : Requirements
GetStartInfo ( ) : ProcessStartInfo

메소드 상세

ExternalSolver() 공개 메소드

Creates a new external JSON solver.
public ExternalSolver ( [ backingSolver, [ selectionsManager, [ fetcher, [ executor, [ config, [ feedManager, [ handler ) : System
backingSolver [ An internal solver used to find an implementation of the external solver.
selectionsManager [ Used to check whether the external solver is already in the cache.
fetcher [ Used to download implementations of the external solver.
executor [ Used to launch the external solver.
config [ User settings controlling network behaviour, solving, etc.
feedManager [ Provides access to remote and local s. Handles downloading, signature verification and caching.
handler [ A callback object used when the the user needs to be asked questions or informed about download and IO tasks.
리턴 System

Solve() 공개 메소드

public Solve ( Requirements requirements ) : Selections
requirements Requirements
리턴 Selections