|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.PluginConfiguration.MimeType
public static class PluginConfiguration.MimeType
Holds information about a single mime type associated with a plugin.
Constructor Summary | |
---|---|
PluginConfiguration.MimeType(java.lang.String type,
java.lang.String description,
java.lang.String suffixes)
Creates a new instance. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginConfiguration.MimeType(java.lang.String type, java.lang.String description, java.lang.String suffixes)
type
- the mime typedescription
- the type descriptionsuffixes
- the file suffixesMethod Detail |
---|
public java.lang.String getDescription()
public java.lang.String getSuffixes()
public java.lang.String getType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |