EmberSettings Class

Summary

Contains the common settings used by all commands in Ember.
Assembly
Cake.Ember.dll
Namespace
Cake.Ember
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["EmberSettings"] class Type type-node Derived0["EmberBuildSettings"]-->Type click Derived0 "/api/Cake.Ember.Build/EmberBuildSettings" Derived1["EmberServeSettings"]-->Type click Derived1 "/api/Cake.Ember.Serve/EmberServeSettings"

Syntax

public abstract class EmberSettings : ToolSettings

Constructors

Name Summary
EmberSettings()

Properties

Name Value Summary
Environment string
Gets or sets the name of the environment to generate the output for.
OutputPath DirectoryPath
Gets or sets the location where all generated files will be output to.
Watcher string
Gets or sets a value for the Watcher.

Extension Methods

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