C# Class ZeroInstall.Commands.CliCommands.Import

Import a feed from a local file, as if it had been downloaded from the network.
This is useful when testing a feed file, to avoid uploading it to a remote server in order to download it again. The file must have a trusted digital signature, as when fetching from the network.
Inheritance: CliCommand
Show file Open project: 0install/0install-win

Public Methods

Method Description
Execute ( ) : ExitCode
Import ( [ handler ) : JetBrains.Annotations

Method Details

Execute() public method

public Execute ( ) : ExitCode
return ExitCode

Import() public method

public Import ( [ handler ) : JetBrains.Annotations
handler [
return JetBrains.Annotations