Uses of Class
jakarta.activation.CommandInfo
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of CommandInfo in jakarta.activation
Modifier and TypeMethodDescriptionabstract CommandInfo[]
CommandMap.getAllCommands
(String mimeType) Get all the available commands for this type.CommandMap.getAllCommands
(String mimeType, DataSource ds) Get all the available commands for this type.DataHandler.getAllCommands()
Return all the commands for this type of data.MailcapCommandMap.getAllCommands
(String mimeType) Get all the available commands in all mailcap files known to this instance of MailcapCommandMap for this MIME type.abstract CommandInfo
CommandMap.getCommand
(String mimeType, String cmdName) Get the default command corresponding to the MIME type.CommandMap.getCommand
(String mimeType, String cmdName, DataSource ds) Get the default command corresponding to the MIME type.DataHandler.getCommand
(String cmdName) Get the command cmdName.MailcapCommandMap.getCommand
(String mimeType, String cmdName) Get the command corresponding tocmdName
for the MIME type.abstract CommandInfo[]
CommandMap.getPreferredCommands
(String mimeType) Get the preferred command list from a MIME Type.CommandMap.getPreferredCommands
(String mimeType, DataSource ds) Get the preferred command list from a MIME Type.DataHandler.getPreferredCommands()
Return the preferred commands for this type of data.MailcapCommandMap.getPreferredCommands
(String mimeType) Get the preferred command list for a MIME Type.Modifier and TypeMethodDescriptionDataHandler.getBean
(CommandInfo cmdinfo) A convenience method that takes a CommandInfo object and instantiates the corresponding command, usually a JavaBean component.