C# 클래스 AppHarbor.AliasMatcher

상속: IAliasMatcher
파일 보기 프로젝트 열기: appharbor/appharbor-cli

공개 메소드들

메소드 설명
AliasMatcher ( IEnumerable candidateTypes ) : System
GetMatchedType ( string commandArgument ) : Type
IsSatisfiedBy ( string commandArgument ) : bool

메소드 상세

AliasMatcher() 공개 메소드

public AliasMatcher ( IEnumerable candidateTypes ) : System
candidateTypes IEnumerable
리턴 System

GetMatchedType() 공개 메소드

public GetMatchedType ( string commandArgument ) : Type
commandArgument string
리턴 System.Type

IsSatisfiedBy() 공개 메소드

public IsSatisfiedBy ( string commandArgument ) : bool
commandArgument string
리턴 bool