Package org.htmlunit
Class PluginConfiguration.MimeType
java.lang.Object
org.htmlunit.PluginConfiguration.MimeType
- All Implemented Interfaces:
Serializable
- Enclosing class:
PluginConfiguration
Holds information about a single mime type associated with a plugin.
- See Also:
-
Field Details
-
description_
-
suffixes_
-
type_
-
-
Constructor Details
-
MimeType
Creates a new instance.- Parameters:
type
- the mime typedescription
- the type descriptionsuffixes
- the file suffixes
-
-
Method Details
-
getDescription
Returns the mime type's description.- Returns:
- the description
-
getSuffixes
Returns the mime type's suffixes.- Returns:
- the suffixes
-
getType
Returns the mime type.- Returns:
- the type
-
hashCode
public int hashCode() -
equals
-