Uses of Class
jakarta.activation.FileTypeMap
Packages that use FileTypeMap
Package
Description
Jakarta Activation is used by Jakarta Mail to manage MIME data.
-
Uses of FileTypeMap in jakarta.activation
Subclasses of FileTypeMap in jakarta.activationModifier and TypeClassDescriptionclass
This class extends FileTypeMap and provides data typing of files via their file extension.Fields in jakarta.activation declared as FileTypeMapModifier and TypeFieldDescriptionprivate static FileTypeMap
FileTypeMap.defaultMap
private FileTypeMap
FileDataSource.typeMap
Fields in jakarta.activation with type parameters of type FileTypeMapMethods in jakarta.activation that return FileTypeMapModifier and TypeMethodDescriptionstatic FileTypeMap
FileTypeMap.getDefaultFileTypeMap()
Return the default FileTypeMap for the system.Methods in jakarta.activation with parameters of type FileTypeMapModifier 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