AppUnbundler Class

Summary

The App Packager unbundler used to unbundle applications.
graph BT Type-->Base0["AppPackagerTool<AppPackagerSettings>"] Base0-->Base1["Tool<AppPackagerSettings>"] Type["AppUnbundler"] class Type type-node

Syntax

public sealed class AppUnbundler : AppPackagerTool<AppPackagerSettings>

Constructors

Methods

Name Value Summary
Unpack(FilePath, DirectoryPath, AppPackagerSettings) void
Unpacks all packages to a subdirectory under the specified output path, named after the bundle full name. The output has the same directory structure as the installed package bundle.

Extension Methods

Name Value Summary
Dump<AppUnbundler>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AppUnbundler>(AppUnbundler[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AppUnbundler>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AppUnbundler>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AppUnbundler>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AppUnbundler>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin