Class CommandMap

java.lang.Object
jakarta.activation.CommandMap
Direct Known Subclasses:
MailcapCommandMap

public abstract class CommandMap extends Object
The CommandMap class provides an interface to a registry of command objects available in the system. Developers are expected to either use the CommandMap implementation included with this package (MailcapCommandMap) or develop their own. Note that some of the methods in this class are abstract.