AppPacker Class

Summary

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

Syntax

public sealed class AppPacker : AppPackagerTool<AppPackagerSettings>

Constructors

Methods

Name Value Summary
Pack(FilePath, DirectoryPath, AppPackagerSettings) void
Create an application package using the specificed output name, content, and setttings.
Pack(FilePath, FilePath, AppPackagerSettings) void
Create an application package using the specificed output name, mapping file, and setttings.

Extension Methods

Name Value Summary
Dump<AppPacker>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AppPacker>(AppPacker[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AppPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AppPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AppPacker>(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<AppPacker>(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