C# Class GitSharp.CLI.CmdParserOptionSet

Inheritance: OptionSet
Mostrar archivo Open project: stschake/GitSharp Class Usage Examples

Protected Methods

Method Description
CreateOptionContext ( ) : OptionContext
InsertItem ( int index, NDesk.Options.Option item ) : void
Parse ( string option, OptionContext c ) : bool

Private Methods

Method Description
AppendValue ( string value, OptionContext c ) : bool

Method Details

CreateOptionContext() protected method

protected CreateOptionContext ( ) : OptionContext
return OptionContext

InsertItem() protected method

protected InsertItem ( int index, NDesk.Options.Option item ) : void
index int
item NDesk.Options.Option
return void

Parse() protected method

protected Parse ( string option, OptionContext c ) : bool
option string
c OptionContext
return bool