@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class DelegatingFileTypeMap extends FileTypeMap
| Constructor and Description |
|---|
DelegatingFileTypeMap(FileTypeMap delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType(File file) |
String |
getContentType(String filename) |
getDefaultFileTypeMap, setDefaultFileTypeMappublic DelegatingFileTypeMap(@NonNull
FileTypeMap delegate)
public String getContentType(File file)
getContentType in class FileTypeMappublic String getContentType(String filename)
getContentType in class FileTypeMapCopyright © 2016–2022. All rights reserved.