All Packages This Package Class Hierarchy Class Search Index
Class com.jconfig.MIMEType
java.lang.Object
|
+----com.jconfig.MIMEType
public class MIMEType
extends java.lang.Object
implements com.jconfig.FileCharacteristic,
java.lang.Cloneable
{
// Fields 4
private static final String copyrightString;
private String internalString;
private String subtype;
private String type;
// Constructors 1
public MIMEType(String);
// Methods 5
public String getString();
public String getSubtype();
public String getType();
public boolean isMatch(FileCharacteristic);
public String toString();
}
Represents a MIME type. This class is currently not fully supported.
- Author:
-
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
- Returned By:
- ConfigEntry.getMIMEType(), IConfigEntryBinary.getMIMEType(), IConfigEntryMRJ.getMIMEType()
private static final String copyrightString
private String internalString
private String type
private String subtype
public MIMEType(String intStr)
public boolean isMatch(FileCharacteristic fc)
- Implements:
- isMatch in interface FileCharacteristic
public String getString()
public String getType()
public String getSubtype()
public String toString()
- Overrides:
- toString in class Object
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7