Package org.htmlunit
Class PluginConfiguration.MimeType
- java.lang.Object
-
- org.htmlunit.PluginConfiguration.MimeType
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PluginConfiguration
public static class PluginConfiguration.MimeType extends java.lang.Object implements java.io.SerializableHolds information about a single mime type associated with a plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MimeType(java.lang.String type, java.lang.String description, java.lang.String suffixes)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()Returns the mime type's description.java.lang.StringgetSuffixes()Returns the mime type's suffixes.java.lang.StringgetType()Returns the mime type.inthashCode()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Returns the mime type's description.- Returns:
- the description
-
getSuffixes
public java.lang.String getSuffixes()
Returns the mime type's suffixes.- Returns:
- the suffixes
-
getType
public java.lang.String getType()
Returns the mime type.- Returns:
- the type
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-