Note that the async invokers don't use this method. Instead, they obtain the CommandInfo in the parent thread, then create the command instance and do the argument parsing in the child thread / proclet / isolate. @param shell the context for resolving command aliases and locating syntaxes @return a CompandInfo which includes the command instance to which the arguments have been bound @throws ShellException if the chosen syntax doesn't match the command line arguments or therewas a problem instantiating the command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|