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

Interface COM.tolstoy.jconfig.ConfigEntry

public interface ConfigEntry
extends Object
extends DumpInfo
Interface for objects which map between different representations of a file type. For instance, this corresponds to one entry in the InternetConfig mapping table.

Variable Index

 o copyrightString

Method Index

 o getAppName()
Returns the name of the application associated with this mapping.
 o getEntryName()
Returns the name of this mapping.
 o getFileExtension()
Returns the FileExtension associated with this mapping.
 o getFinderInfo()
Returns the FinderInfo associated with this mapping.
 o getFlags()
Returns the direction flags: in, out, or both.
 o getMIMEType()
Returns the MIME type associated with this mapping.

Variables

 o copyrightString
  public final static String copyrightString

Methods

 o getFinderInfo
  public abstract FinderInfo getFinderInfo()
Returns the FinderInfo associated with this mapping.
 o getMIMEType
  public abstract MIMEType getMIMEType()
Returns the MIME type associated with this mapping.
 o getFileExtension
  public abstract FileExtension getFileExtension()
Returns the FileExtension associated with this mapping.
 o getAppName
  public abstract String getAppName()
Returns the name of the application associated with this mapping.
 o getEntryName
  public abstract String getEntryName()
Returns the name of this mapping.
 o getFlags
  public abstract int getFlags()
Returns the direction flags: in, out, or both.

All Packages  Class Hierarchy  This Package  Previous  Next  Index