InstalledAndroidSdkPackage Class

Summary

Installed Android SDK Package information.
graph BT Type-->Base0["AndroidSdkPackage"] click Base0 "/api/Cake.AndroidSdkManager/AndroidSdkPackage" Base0-->Base1["Object"] Type["InstalledAndroidSdkPackage"] class Type type-node

Syntax

public class InstalledAndroidSdkPackage : AndroidSdkPackage

Constructors

Properties

Name Value Summary
Description string
Gets or sets the package description.
Inherited from AndroidSdkPackage
Location string
Gets or sets the Installed SDK package location.
Path string
Gets or sets the SDK Manager path.
Inherited from AndroidSdkPackage
Version string
Gets or sets the package version.
Inherited from AndroidSdkPackage

Extension Methods

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