C# Class oipckmngr.Source

ファイルを表示 Open project: continuoustests/OpenIDE

Public Properties

Property Type Description
Packages List

Public Methods

Method Description
AddMetaPackage ( string packageFile ) : void
AddPackage ( string packageFile ) : void

Private Methods

Method 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 method

public AddMetaPackage ( string packageFile ) : void
packageFile string
return void

AddPackage() public method

public AddPackage ( string packageFile ) : void
packageFile string
return void

Property Details

Packages public_oe property

public List Packages
return List