public class PluginConfiguration extends Object implements Serializable, Cloneable
document.navigator.plugins
,
as well as the associated mime types.Modifier and Type | Class and Description |
---|---|
static class |
PluginConfiguration.MimeType
Holds information about a single mime type associated with a plugin.
|
Constructor and Description |
---|
PluginConfiguration(String name,
String description,
String version,
String filename)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
PluginConfiguration |
clone()
Creates and return a copy of this object.
|
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.
|
String |
getVersion()
Gets the plugin's version.
|
int |
hashCode() |
public String getDescription()
public String getFilename()
public String getName()
public String getVersion()
public Set<PluginConfiguration.MimeType> getMimeTypes()
PluginConfiguration.MimeType
public PluginConfiguration clone()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.