BootstrapperCommandExtensions Class
Namespace
Statiq.App
Base Types
  • object
graph BT Type-->Base0["object"] Type["BootstrapperCommandExtensions"] class Type type-node

Syntax

public static class BootstrapperCommandExtensions

Methods

Name Return Value Summary
AddCommand<TBootstrapper>(TBootstrapper, Type, string, string) TBootstrapper
static
AddCommand<TBootstrapper>(TBootstrapper, Type, string) TBootstrapper
static
AddCommand<TBootstrapper>(TBootstrapper, Type) TBootstrapper
static
AddCommand<TCommand>(Bootstrapper, string) Bootstrapper
static
AddCommand<TCommand>(Bootstrapper) Bootstrapper
static
AddCommands<TBootstrapper>(TBootstrapper, Assembly) TBootstrapper
Adds all commands that implement ICommand from the specified assembly.
static
AddCommands<TBootstrapper>(TBootstrapper, Type) TBootstrapper
static
AddCommands<TBootstrapper>(TBootstrapper) TBootstrapper
Adds all commands that implement ICommand from the entry assembly.
static
AddCommands<TParent>(Bootstrapper) Bootstrapper
static
AddDelegateCommand<TBootstrapper>(TBootstrapper, string, Func<CommandContext, int>) TBootstrapper
static
AddDelegateCommand<TBootstrapper>(TBootstrapper, string, string, Func<CommandContext, int>) TBootstrapper
static
AddDelegateCommand<TSettings>(Bootstrapper, string, Func<CommandContext, TSettings, int>) Bootstrapper
static
AddDelegateCommand<TSettings>(Bootstrapper, string, string, Func<CommandContext, TSettings, int>) Bootstrapper
static
AddPipelineCommand<TBootstrapper>(TBootstrapper, string, bool, string[]) TBootstrapper
static
AddPipelineCommand<TBootstrapper>(TBootstrapper, string, EngineCommandSettings) TBootstrapper
static
AddPipelineCommand<TBootstrapper>(TBootstrapper, string, string, bool, string[]) TBootstrapper
static
AddPipelineCommand<TBootstrapper>(TBootstrapper, string, string, EngineCommandSettings) TBootstrapper
static
AddPipelineCommand<TBootstrapper>(TBootstrapper, string, string, string[]) TBootstrapper
static
AddPipelineCommand<TBootstrapper>(TBootstrapper, string, string[]) TBootstrapper
static
ConfigureCommands<TBootstrapper>(TBootstrapper, Action<IConfigurator>) TBootstrapper
static