Interface MultipleCommandResult<C>

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

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

This is the result of a query that is not specific enough to point to a single command, but unlike IndexCommandResult this is guaranteed to not be empty.

The longestPath() is the longest command path shared between all the results, and the childSuggestions()} are the commands that share that common path.