|
||||||||||
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)
C'tor initializing fields |
Method Summary | |
---|---|
String |
getDescription()
Return the mime type's description |
String |
getSuffixes()
Return the mime type's suffixes |
String |
getType()
Return the mime type |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |