Interface IndexCommandResult<C>

Type Parameters:
C - the command sender type
All Superinterfaces:
HelpQueryResult<C>, Iterable<CommandEntry<C>>

@Immutable @API(status=STABLE) public interface IndexCommandResult<C> extends HelpQueryResult<C>, Iterable<CommandEntry<C>>
A list of commands.

This is the result of a query that doesn't point to a specific command or chain of commands. The resulting entries() are likely to consist of all commands available to the sender, but may also be empty in the case that no results were found.