EmberArgumentBuilder<T> Class

Summary

The top level argument builder for the Ember CLI Tool
Assembly
Cake.Ember.dll
Namespace
Cake.Ember
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["EmberArgumentBuilder<T>"] class Type type-node

Syntax

public abstract class EmberArgumentBuilder<T> where T : EmberSettings

Type Parameters

Name Description
T The Settings type to build arguments from

Constructors

Name Summary
EmberArgumentBuilder(ICakeEnvironment, T) Initializes a new instance of the EmberArgumentBuilder<T> class.

Properties

Name Value Summary
Environment ICakeEnvironment
Gets the Cake Environment

Methods

Name Value Summary
AddArguments(ProcessArgumentBuilder, T) void
Adds the arguments to the specified argument builder.
GetArguments() ProcessArgumentBuilder
Gets the arguments.

Extension Methods

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