C# 클래스 Octopus.Cli.Infrastructure.CommandLocator

상속: ICommandLocator
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
CommandLocator ( ILifetimeScope lifetimeScope ) : System
Find ( string name ) : ICommand
List ( ) : ICommandMetadata[]

메소드 상세

CommandLocator() 공개 메소드

public CommandLocator ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
리턴 System

Find() 공개 메소드

public Find ( string name ) : ICommand
name string
리턴 ICommand

List() 공개 메소드

public List ( ) : ICommandMetadata[]
리턴 ICommandMetadata[]