C# Class booc.CommandLineParser

Show file Open project: hmah/boo

Public Methods

Method Description
ParseInto ( CompilerParameters options ) : void

Private Methods

Method Description
AddDefaultResponseFile ( List args ) : void
AddFilesForPath ( string path, CompilerParameters options ) : void
AddResource ( string resourceFile ) : void
CommandLineParser ( IEnumerable args, CompilerParameters options ) : System
ConfigurePipeline ( ) : void
Consume ( TextReader reader ) : string
DoLogo ( ) : void
EmbedResource ( string resourceFile ) : void
ExpandResponseFiles ( IEnumerable args ) : List
GetAssemblyLocation ( Assembly a ) : string
Help ( ) : void
InvalidOption ( string arg ) : void
InvalidOption ( string arg, string message ) : void
IsDelimitedBy ( string s, string delimiter ) : bool
IsFlag ( string arg ) : bool
LoadReferences ( ) : void
LoadResponseFile ( string file ) : List
MonitorAppDomain ( ) : void
OnAfterStep ( object sender, CompilerStepEventArgs args ) : void
OnAssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void
OnBeforeStep ( object sender, CompilerStepEventArgs args ) : void
Parse ( IEnumerable commandLine ) : void
ParseLib ( string arg ) : void
StripQuotes ( string s ) : string
TraceInfo ( string s ) : void
TrimAdditionalQuote ( string s ) : string
ValueOf ( string arg ) : string

Method Details

ParseInto() public static method

public static ParseInto ( CompilerParameters options ) : void
options Boo.Lang.Compiler.CompilerParameters
return void