com.gargoylesoftware.htmlunit
Class PluginConfiguration.MimeType

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.PluginConfiguration.MimeType
All Implemented Interfaces:
Serializable
Enclosing class:
PluginConfiguration

public static class PluginConfiguration.MimeType
extends Object
implements Serializable

Holds information about a single mime type associated with a plugin.

See Also:
Serialized Form

Constructor Summary
PluginConfiguration.MimeType(String type, String description, String suffixes)
          Creates a new instance.
 
Method Summary
 boolean equals(Object o)
          
 String getDescription()
          Returns the mime type's description.
 String getSuffixes()
          Returns the mime type's suffixes.
 String getType()
          Returns the mime type.
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginConfiguration.MimeType

public PluginConfiguration.MimeType(String type,
                                    String description,
                                    String suffixes)
Creates a new instance.

Parameters:
type - the mime type
description - the type description
suffixes - the file suffixes
Method Detail

getDescription

public String getDescription()
Returns the mime type's description.

Returns:
the description

getSuffixes

public String getSuffixes()
Returns the mime type's suffixes.

Returns:
the suffixes

getType

public String getType()
Returns the mime type.

Returns:
the type

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object o)

Overrides:
equals in class Object


Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.