Class PluginConfiguration
java.lang.Object
org.htmlunit.PluginConfiguration
- All Implemented Interfaces:
Serializable, Cloneable
Contains information about a plugin as available in JavaScript via
document.navigator.plugins,
as well as the associated mime types.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHolds information about a single mime type associated with a plugin. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginConfiguration(String name, String description, String version, String filename) Creates a new instance. -
Method Summary
-
Field Details
-
description_
-
filename_
-
name_
-
version_
-
mimeTypes_
-
-
Constructor Details
-
PluginConfiguration
-
-
Method Details
-
getDescription
-
getFilename
-
getName
-
getVersion
-
getMimeTypes
Gets the associated mime types.- Returns:
- a set of
PluginConfiguration.MimeType
-
hashCode
-
equals
-
clone
Creates and return a copy of this object. Current instance and cloned object can be modified independently.
-