Class COM.tolstoy.jconfig.MIMEType
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.tolstoy.jconfig.MIMEType

java.lang.Object
   |
   +----COM.tolstoy.jconfig.MIMEType

public class MIMEType
extends Object
implements FileCharacteristic
Represents a MIME type. This class is currently not fully supported.

Constructor Index

 o MIMEType(String)

Method Index

 o getString()
 o getSubtype()
 o getType()
 o isMatch(FileCharacteristic)
 o toString()

Constructors

 o MIMEType
  public MIMEType(String intStr)

Methods

 o isMatch
  public boolean isMatch(FileCharacteristic fc)
 o getString
  public String getString()
 o getType
  public String getType()
 o getSubtype
  public String getSubtype()
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index