ImageOptimizerFactory Class

Summary

A collection of image optimizers
Assembly
Cake.ImageOptimizer.dll
Namespace
Cake.ImageOptimizer
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IImageOptimizerFactory"] click Interface0 "/api/Cake.ImageOptimizer/IImageOptimizerFactory" Type["ImageOptimizerFactory"] class Type type-node

Syntax

public class ImageOptimizerFactory : IImageOptimizerFactory

Constructors

Name Summary
ImageOptimizerFactory(IFileSystem) Initializes a new instance of the ImageOptimizerFactory class.

Methods

Name Value Summary
Add(IImageOptimizer) void
Adds an optimizer to the factory
Clear() void
Removes all optimizers from the factory
Configure(ICakeEnvironment) void
Configure the optimizer
GetByExtension(string) IImageOptimizer
Get an optimizer from the factory
GetByName(string) IImageOptimizer
Get an optimizer from the factory
GetByPath(FilePath) IImageOptimizer
Get an optimizer from the factory
Optimize(string, FilePath, FilePath) ImageOptimizerResult
Get an optimizer from the factory
Optimize(string, FilePath) ImageOptimizerResult
Get an optimizer from the factory
Remove(IImageOptimizer) void
Removes an optimizer from the factory
Supports(string) bool
Does the optimzer support the image

Extension Methods

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