Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.jconfig.MIMEType
java.lang.Object
   |
   +----com.jconfig.MIMEType

  Summary

public class  MIMEType
     extends java.lang.Object
     implements com.jconfig.FileCharacteristic, 
                java.lang.Cloneable
{
          // 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.


  Cross Reference

Returned By:
ConfigEntry.getMIMEType(), PluginI.getMIMEType()





  Constructors

· MIMEType

Summary  |  Top
   public MIMEType(String intStr) 


  Methods

· isMatch

Summary  |  Top
   public boolean isMatch(FileCharacteristic fc) 
Implements:
isMatch in interface FileCharacteristic


· getString

Summary  |  Top
   public String getString() 


· getType

Summary  |  Top
   public String getType() 


· getSubtype

Summary  |  Top
   public String getSubtype() 


· toString

Summary  |  Top
   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