public class PluginConfiguration extends Object
| 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 filename)
C'tor initializing fields
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the plugin's description
|
String |
getFilename()
Gets the plugin's file name
|
Set |
getMimeTypes()
Gets the associated mime types
|
String |
getName()
Gets the plugin's name
|
int |
hashCode() |
public String getDescription()
public String getFilename()
public String getName()
public Set getMimeTypes()
PluginConfiguration.MimeTypeCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.