C# Class AppHarbor.Commands.HelpCommand

Inheritance: Command
Show file Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
HelpCommand ( IEnumerable commandTypes, TextWriter writer ) : System

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Private Methods

Method Description
GetScope ( Type x ) : string
Reverse ( string sz ) : string
SplitUpperCase ( string source ) : string[] Splitting Pascal/Camel Cased Strings http://haacked.com/archive/2005/09/23/splitting-pascalcamel-cased-strings.aspx/ Licensed under the terms of the Creative Commons Attribution 2.5 Generic License

Method Details

HelpCommand() public method

public HelpCommand ( IEnumerable commandTypes, TextWriter writer ) : System
commandTypes IEnumerable
writer System.IO.TextWriter
return System

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void