C# Class ZeroInstall.Commands.CliCommands.UpdateApps

Updates all applications in the AppList.
Inheritance: IntegrationCommand
ファイルを表示 Open project: 0install/0install-win

Public Methods

Method Description
Execute ( ) : ExitCode
UpdateApps ( [ handler ) : System

Private Methods

Method Description
Clean ( IEnumerable digestsToKeep ) : void
DownloadUncachedImplementations ( IEnumerable selectedImplementations ) : void
GetTargets ( ) : IEnumerable

Returns a list of Requirements that describe the applications to be updated.

SolveAll ( IEnumerable targets ) : IEnumerable

Method Details

Execute() public method

public Execute ( ) : ExitCode
return ExitCode

UpdateApps() public method

public UpdateApps ( [ handler ) : System
handler [
return System