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.Serializable
Holds 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 boolean
equals(java.lang.Object o)
java.lang.String
getDescription()
Returns the mime type's description.java.lang.String
getSuffixes()
Returns the mime type's suffixes.java.lang.String
getType()
Returns the mime type.int
hashCode()
-
-
-
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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-