EmberArgumentBuilder<T> Class

Summary

The top level argument builder for the Ember CLI Tool
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.
GitHub