| Package | Description |
|---|---|
| com.helger.xml.util.mime |
| Modifier and Type | Method and Description |
|---|---|
MimeTypeInfo |
MimeTypeInfoMicroTypeConverter.convertToNative(IMicroElement aElement) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfExtension(String sExtension)
Get all infos associated with the specified filename extension.
|
com.helger.commons.collection.impl.ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfFilename(File aFile) |
com.helger.commons.collection.impl.ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfFilename(String sFilename) |
com.helger.commons.collection.impl.ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllInfosOfMimeType(com.helger.commons.mime.IMimeType aMimeType)
Get all infos associated with the passed mime type.
|
com.helger.commons.collection.impl.ICommonsList<MimeTypeInfo> |
MimeTypeInfoManager.getAllMimeTypeInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
MimeTypeInfoManager.addExtension(MimeTypeInfo aInfo,
MimeTypeInfo.ExtensionWithSource aExt) |
void |
MimeTypeInfoManager.addMimeType(MimeTypeInfo aInfo,
MimeTypeInfo.MimeTypeWithSource aMimeType) |
IMicroElement |
MimeTypeInfoMicroTypeConverter.convertToMicroElement(MimeTypeInfo aObject,
String sNamespaceURI,
String sTagName) |
void |
MimeTypeInfoManager.registerMimeType(MimeTypeInfo aInfo) |
Copyright © 2014–2018 Philip Helger. All rights reserved.