C# Class oipckmngr.Source

Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Свойство Type Description
Packages List

Méthodes publiques

Méthode Description
AddMetaPackage ( string packageFile ) : void
AddPackage ( string packageFile ) : void

Private Methods

Méthode Description
extractPackage ( string source, string path ) : void
getInstallPackage ( string source, string tempPath ) : Package
readMetaPackage ( string packageFile ) : MetaPackage
readPackage ( string packageFile ) : Package

Method Details

AddMetaPackage() public méthode

public AddMetaPackage ( string packageFile ) : void
packageFile string
Résultat void

AddPackage() public méthode

public AddPackage ( string packageFile ) : void
packageFile string
Résultat void

Property Details

Packages public_oe property

public List Packages
Résultat List