C# Class OpenIDE.Bootstrapping.AppSettings

Mostra file Open project: continuoustests/OpenIDE Class Usage Examples

Public Properties

Property Type Description
LoggingEnabled bool
Plugin string
RawOutput bool

Public Methods

Method Description
AppSettings ( string path, Func handlers, Func pluginHandlers ) : System
Parse ( string args ) : string[]

Private Methods

Method Description
fixPath ( string path ) : string
splitValue ( string value ) : string[]

Method Details

AppSettings() public method

public AppSettings ( string path, Func handlers, Func pluginHandlers ) : System
path string
handlers Func
pluginHandlers Func
return System

Parse() public method

public Parse ( string args ) : string[]
args string
return string[]

Property Details

LoggingEnabled public_oe property

public bool LoggingEnabled
return bool

Plugin public_oe property

public string Plugin
return string

RawOutput public_oe property

public bool RawOutput
return bool