C# Class STELLAR.Console.CommandBase

显示文件 Open project: cbinding/stellar

Protected Properties

Property Type Description
Error System.IO.TextWriter
In System.IO.TextReader
Out System.IO.TextWriter
ReadInput bool
showTimings bool

Public Methods

Method Description
CommandBase ( ) : System
Main ( string args ) : void
Main ( string args, System In, System Out, System Error ) : void

Protected Methods

Method Description
PostProcess ( ) : void
PreProcess ( ) : void
ProcessLine ( string line ) : void
Usage ( ) : string
ValidateArguments ( ) : bool

Method Details

CommandBase() public method

public CommandBase ( ) : System
return System

Main() public method

public Main ( string args ) : void
args string
return void

Main() public method

public Main ( string args, System In, System Out, System Error ) : void
args string
In System
Out System
Error System
return void

PostProcess() protected method

protected PostProcess ( ) : void
return void

PreProcess() protected method

protected PreProcess ( ) : void
return void

ProcessLine() protected method

protected ProcessLine ( string line ) : void
line string
return void

Usage() protected method

protected Usage ( ) : string
return string

ValidateArguments() protected method

protected ValidateArguments ( ) : bool
return bool

Property Details

Error protected_oe property

protected System.IO.TextWriter Error
return System.IO.TextWriter

In protected_oe property

protected System.IO.TextReader In
return System.IO.TextReader

Out protected_oe property

protected System.IO.TextWriter Out
return System.IO.TextWriter

ReadInput protected_oe property

protected bool ReadInput
return bool

showTimings protected_oe property

protected bool showTimings
return bool