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
Summary |
public interface ConfigEntry extends com.jconfig.DumpInfo { // Fields 1 public static final String copyrightString; // Methods 6 public abstract String getAppName(); public abstract String getEntryName(); public abstract FileExtension getFileExtension(); public abstract FinderInfo getFinderInfo(); public abstract int getFlags(); public abstract MIMEType getMIMEType(); }
Interface for objects which map between different representations of a file type. For instance, this corresponds to one entry in the Internet Config mapping table. See the IC documentation for more information.
Fields |
· copyrightString | Summary | Top |
public static final String copyrightString
Methods |
· getFinderInfo | Summary | Top |
public abstract FinderInfo getFinderInfo()
Returns the FinderInfo associated with this mapping.
· getMIMEType | Summary | Top |
public abstract MIMEType getMIMEType()
Returns the MIME type associated with this mapping.
· getFileExtension | Summary | Top |
public abstract FileExtension getFileExtension()
Returns the FileExtension associated with this mapping.
· getAppName | Summary | Top |
public abstract String getAppName()
Returns the name of the application associated with this mapping.
· getEntryName | Summary | Top |
public abstract String getEntryName()
Returns the name of this mapping.
· getFlags | Summary | Top |
public abstract int getFlags()
Returns the direction flags: in, out, or both.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7