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