Uses of Class javax.activation.CommandInfo

Uses in package javax.activation

Methods with parameter type javax.activation.CommandInfo

Object
Returns the instantiated bean using the specified command.

Methods with return type javax.activation.CommandInfo

CommandInfo[]
Returns the complete list of commands for this type of data.
CommandInfo[]
Returns the complete list of commands for a MIME type.
CommandInfo[]
Returns all commands for the given MIME type.
CommandInfo[]
Get all the available commands for this type.
CommandInfo
Returns the specified command.
CommandInfo
CommandMap.getCommand(String mimeType, String cmdName)
Returns the command corresponding to the specified MIME type and command name.
CommandInfo
Returns the command with the specified name for the given MIME type.
CommandInfo
CommandMap.getCommand(String mimeType, String cmdName, DataSource ds)
Get the default command corresponding to the MIME type.
CommandInfo[]
Returns the preferred commands for this type of data.
CommandInfo[]
Returns the list of preferred commands for a MIME type.
CommandInfo[]
Returns the list of preferred commands for a given MIME type.
CommandInfo[]
Get the preferred command list from a MIME Type.