Méthode | Description | |
---|---|---|
Delete ( |
Delete unpacked package
|
|
GetInstallApps ( string path ) : IList |
Get a list of installed apps configurations TODO: Rename to GetDepolyedApps
|
|
GetInstalledApp ( string id, string path, |
Get installed App in a folder
|
|
ReadConfiguration ( |
Get App configuration from zipped package
|
|
ReadConfiguration ( string packageZip, |
Get App configuration from zipped package
|
|
Unpack ( Stream packageZip, string sourceUrl, string storeUrl, string appRootFolder, string imageResourceFolder, |
Unpack zipped package stream
|
|
Unpack ( string packageZip, string appRootFolder, string imageResourceFolder, |
Install zipped package
|
|
UnpackFile ( |
Unpack file from an archive
|
|
VerifyPacket ( Stream package ) : void | ||
VerifyPacket ( string packageZip ) : void |
Méthode | Description | |
---|---|---|
CreateConfig ( |
Create App configuration from package configuration
|
|
GetAppConfigs ( string path, System searchOptions ) : IList |
Get Installed application configuration files
|
|
GetInstalledApp ( string path ) : |
Get installed App in a folder
|
|
UnpackAppImage ( |
|
|
ValidateConfiguration ( |
Validate app configuration
|
|
VerifyPackageEntry ( |
Verify Package entry
|
public static Delete ( |
||
config | ||
imageResourceFolder | string | |
Résultat | void |
public static GetInstallApps ( string path ) : IList |
||
path | string | |
Résultat | IList |
public static GetInstalledApp ( string id, string path, |
||
id | string | |
path | string | |
installedConfig | ||
Résultat | void |
public static ReadConfiguration ( |
||
archive | ||
config | ||
Résultat | void |
public static ReadConfiguration ( string packageZip, |
||
packageZip | string | |
config | ||
Résultat | void |
public static Unpack ( Stream packageZip, string sourceUrl, string storeUrl, string appRootFolder, string imageResourceFolder, |
||
packageZip | Stream | Zipped package stream |
sourceUrl | string | |
storeUrl | string | |
appRootFolder | string | |
imageResourceFolder | string | Folder where app image will be created |
config | ||
Résultat | void |
public static Unpack ( string packageZip, string appRootFolder, string imageResourceFolder, |
||
packageZip | string | Zipped package |
appRootFolder | string | |
imageResourceFolder | string | Folder where app image will be created |
config | ||
Résultat | void |
public static UnpackFile ( |
||
archive | ||
file | string | |
destinationFileName | string | |
Résultat | void |
public static VerifyPacket ( Stream package ) : void | ||
package | Stream | |
Résultat | void |
public static VerifyPacket ( string packageZip ) : void | ||
packageZip | string | |
Résultat | void |