C# Class Octopus.Cli.Infrastructure.CommandLocator

Inheritance: ICommandLocator
Mostra file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
CommandLocator ( ILifetimeScope lifetimeScope ) : System
Find ( string name ) : ICommand
List ( ) : ICommandMetadata[]

Method Details

CommandLocator() public method

public CommandLocator ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
return System

Find() public method

public Find ( string name ) : ICommand
name string
return ICommand

List() public method

public List ( ) : ICommandMetadata[]
return ICommandMetadata[]