public CommandInfo[] getAllCommands (String mimeType, DataSource ds)

Get all the available commands for this type. This method should return all the possible commands for this MIME type.

The DataSource provides extra information, such as the file name, that a CommandMap implementation may use to further refine the list of commands that are returned. The implementation in this class simply calls the getAllCommands method that ignores this argument.

Parameters:
mimeType    the MIME type
ds    a DataSource for the data

Returns:  the CommandInfo objects representing all the commands.

Since:  JAF 1.1