C# Class Octopus.Cli.Infrastructure.CommandLocator

Inheritance: ICommandLocator
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

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

Method Details

CommandLocator() public méthode

public CommandLocator ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
Résultat System

Find() public méthode

public Find ( string name ) : ICommand
name string
Résultat ICommand

List() public méthode

public List ( ) : ICommandMetadata[]
Résultat ICommandMetadata[]