AndroidSdkPackage Class

Summary

Android SDK Package Information.
Assembly
Cake.Android.SdkManager.dll
Namespace
Cake.AndroidSdkManager
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["AndroidSdkPackage"] class Type type-node Derived0["InstalledAndroidSdkPackage"]-->Type click Derived0 "/api/Cake.AndroidSdkManager/InstalledAndroidSdkPackage"

Syntax

public class AndroidSdkPackage

Constructors

Name Summary
AndroidSdkPackage()

Properties

Name Value Summary
Description string
Gets or sets the package description.
Path string
Gets or sets the SDK Manager path.
Version string
Gets or sets the package version.

Extension Methods

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