Uses of Class
jakarta.activation.FileTypeMap
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of FileTypeMap in jakarta.activation
Modifier and TypeClassDescriptionclass
This class extends FileTypeMap and provides data typing of files via their file extension.Modifier and TypeMethodDescriptionstatic FileTypeMap
FileTypeMap.getDefaultFileTypeMap()
Return the default FileTypeMap for the system.Modifier and TypeMethodDescriptionstatic void
FileTypeMap.setDefaultFileTypeMap
(FileTypeMap fileTypeMap) Sets the default FileTypeMap for the system.void
FileDataSource.setFileTypeMap
(FileTypeMap map) Set the FileTypeMap to use with this FileDataSource