C# Class AppHarbor.AliasMatcher

Inheritance: IAliasMatcher
Show file Open project: appharbor/appharbor-cli

Public Methods

Method Description
AliasMatcher ( IEnumerable candidateTypes ) : System
GetMatchedType ( string commandArgument ) : Type
IsSatisfiedBy ( string commandArgument ) : bool

Method Details

AliasMatcher() public method

public AliasMatcher ( IEnumerable candidateTypes ) : System
candidateTypes IEnumerable
return System

GetMatchedType() public method

public GetMatchedType ( string commandArgument ) : Type
commandArgument string
return System.Type

IsSatisfiedBy() public method

public IsSatisfiedBy ( string commandArgument ) : bool
commandArgument string
return bool