Метод | Описание | |
---|---|---|
All ( ) : IList |
Returns all known commands, sorted by command name.
|
|
CommandCatalog ( ) : System |
Creates the command catalog from the Commands.xml file.
|
|
Common ( ) : List |
Returns all common commands, sorted by command name.
|
|
Complete ( ) : List |
Returns all complete commands, sorted by command name.
|
|
Get ( String name ) : |
Locates a single command by its user friendly name.
|
|
Incomplete ( ) : List |
Returns all incomplete commands, sorted by command name.
|
|
Load ( String commandName, String commandHelp ) : void |
Create and loads the command name into the command catalog.
|
|
StartsWith ( String s ) : List |
Returns all commands starting with a specified string, sorted by command name.
|
Метод | Описание | |
---|---|---|
toSortedArray ( List |
Sorts a list of specified commands by command name.
|
public Get ( String name ) : |
||
name | String | Specifies the name of the command. |
Результат |
public Load ( String commandName, String commandHelp ) : void | ||
commandName | String | Specifies the command name to load. |
commandHelp | String | Specifies the command's website for faster reference. |
Результат | void |