Package com.helger.xml.util.mime
Class MimeTypeInfo.MimeTypeWithSource
- java.lang.Object
-
- com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MimeTypeInfo
@Immutable public static final class MimeTypeInfo.MimeTypeWithSource extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MimeTypeWithSource(com.helger.commons.mime.IMimeType aMimeType)MimeTypeWithSource(com.helger.commons.mime.IMimeType aMimeType, String sSource)MimeTypeWithSource(String sMimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)com.helger.commons.mime.IMimeTypegetMimeType()StringgetMimeTypeAsString()StringgetSource()inthashCode()StringtoString()
-