public abstract class FileTypeMap extends Object
FileTypeMap
,
FileDataSource
,
MimetypesFileTypeMap
Constructor | Description |
---|---|
FileTypeMap() |
The default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
abstract String |
getContentType(File file) |
Return the type of the file object.
|
abstract String |
getContentType(String filename) |
Return the type of the file passed in.
|
static FileTypeMap |
getDefaultFileTypeMap() |
Return the default FileTypeMap for the system.
|
static void |
setDefaultFileTypeMap(FileTypeMap fileTypeMap) |
Sets the default FileTypeMap for the system.
|
public abstract String getContentType(File file)
file
- A file to be typed.public abstract String getContentType(String filename)
filename
- the pathname of the file.public static void setDefaultFileTypeMap(FileTypeMap fileTypeMap)
fileTypeMap
- The FileTypeMap.SecurityException
- if the caller doesn't have permission
to change the defaultpublic static FileTypeMap getDefaultFileTypeMap()
MimetypesFileTypeMap
.setDefaultFileTypeMap(javax.activation.FileTypeMap)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.