{
LOG.debug( "Analyzing commmand arguments [" + commandArguments + "]" );
}
Command cmd = commandCenter.commandFactory.createCommand( commandName );
cmd.setSession( commandCenter.session );
CliCompletor commandCompletor = new CliCompletor( cmd, commandCenter.argTokenizer );
return commandCompletor.complete( commandArguments, position - separatorPos, candidates ) + separatorPos
+ 1;
}
catch ( RuntimeException e )
{
if ( LOG.isDebugEnabled() )