Java™ Platform
Standard Ed. 6

Uses of Class
javax.activation.FileTypeMap

Packages that use FileTypeMap
javax.activation   
 

Uses of FileTypeMap in javax.activation
 

Subclasses of FileTypeMap in javax.activation
 class MimetypesFileTypeMap
          This class extends FileTypeMap and provides data typing of files via their file extension.
 

Methods in javax.activation that return FileTypeMap
static FileTypeMap FileTypeMap.getDefaultFileTypeMap()
          Return the default FileTypeMap for the system.
 

Methods in javax.activation with parameters of type FileTypeMap
static void FileTypeMap.setDefaultFileTypeMap(FileTypeMap map)
          Sets the default FileTypeMap for the system.
 void FileDataSource.setFileTypeMap(FileTypeMap map)
          Set the FileTypeMap to use with this FileDataSource
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.