| Package | Description |
|---|---|
| org.freedesktop.mime |
| Modifier and Type | Method and Description |
|---|---|
MIMEEntry |
MIMEService.getEntryForMimeType(String mimeType) |
MIMEEntry |
DefaultMIMEService.getEntryForMimeType(String mimeType) |
MIMEEntry |
MIMEService.getMimeTypeForFile(org.apache.commons.vfs2.FileObject file,
boolean useMagic) |
MIMEEntry |
DefaultMIMEService.getMimeTypeForFile(org.apache.commons.vfs2.FileObject file,
boolean useMagic) |
MIMEEntry |
MIMEService.getMimeTypeForPattern(String pattern) |
MIMEEntry |
DefaultMIMEService.getMimeTypeForPattern(String text) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<MIMEEntry> |
DefaultMIMEService.scanBase(org.apache.commons.vfs2.FileObject base) |
| Modifier and Type | Method and Description |
|---|---|
String |
MIMEService.getDefaultExtension(MIMEEntry mimeEntry) |
String |
DefaultMIMEService.getDefaultExtension(MIMEEntry mimeEntry) |
Collection<String> |
MIMEService.getExtensionsForMimeType(MIMEEntry mimeEntry) |
Collection<String> |
DefaultMIMEService.getExtensionsForMimeType(MIMEEntry mimeEntry) |
Copyright © 2016. All rights reserved.