| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.PluginConfiguration
public class PluginConfiguration
Contains information about a plugin as available in JavaScript via document.navigator.plugins, as well as the associated mime types (for Firefox browser simulation).
| Nested Class Summary | |
|---|---|
| static class | PluginConfiguration.MimeTypeHolds information about a single mime type associated with a plugin. | 
| Constructor Summary | |
|---|---|
| PluginConfiguration(String name,
                    String description,
                    String filename)Creates a new instance. | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o) | 
|  String | getDescription()Gets the plugin's description. | 
|  String | getFilename()Gets the plugin's file name. | 
|  Set<PluginConfiguration.MimeType> | getMimeTypes()Gets the associated mime types. | 
|  String | getName()Gets the plugin's name. | 
|  int | hashCode() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PluginConfiguration(String name,
                           String description,
                           String filename)
name - the plugin namedescription - the plugin descriptionfilename - the plugin filename| Method Detail | 
|---|
public String getDescription()
public String getFilename()
public String getName()
public Set<PluginConfiguration.MimeType> getMimeTypes()
PluginConfiguration.MimeTypepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||