|
||||||||||
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(String type,
String description,
String suffixes)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getDescription()
Returns the mime type's description. |
String |
getSuffixes()
Returns the mime type's suffixes. |
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(String type, String description, String suffixes)
type
- the mime typedescription
- the type descriptionsuffixes
- the file suffixesMethod Detail |
---|
public String getDescription()
public String getSuffixes()
public String getType()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |