C# Class Universe.Framework.ConsoleFramework.Commands.CommandSet

Mostrar archivo Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
Path string

Public Methods

Method Description
AddCommand ( CommandInfo info ) : void
ExecuteCommand ( string commandPath ) : string[]
FindCommands ( string command ) : string[]
GetHelp ( List options ) : List
Initialize ( string path, bool allowSubSets ) : void

Private Methods

Method Description
GetScenes ( CommandInfo cmd ) : List

Method Details

AddCommand() public method

public AddCommand ( CommandInfo info ) : void
info CommandInfo
return void

ExecuteCommand() public method

public ExecuteCommand ( string commandPath ) : string[]
commandPath string
return string[]

FindCommands() public method

public FindCommands ( string command ) : string[]
command string
return string[]

GetHelp() public method

public GetHelp ( List options ) : List
options List
return List

Initialize() public method

public Initialize ( string path, bool allowSubSets ) : void
path string
allowSubSets bool
return void

Property Details

Path public_oe property

public string Path
return string