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.mac.FileRegistryFactoryMac
java.lang.Object
   |
   +----com.jconfig.mac.FileRegistryFactoryMac

  Summary

public class  FileRegistryFactoryMac
     extends java.lang.Object
     implements com.jconfig.FileRegistryFactoryI
{
          // Constructors 1
     public FileRegistryFactoryMac();

          // Methods 1
     public FileRegistryI createFileRegistry(File, int);
}

A singleton called by the FileRegistry to create the object to which the FileRegistry delegates all calls. For this class to be called, its full name (com.jconfig.mac.FileRegistryFactoryMac) must be listed in the file 'jcfactrz.txt'

See the 'FileRegistryI.java' class for more information on the dynamic loading features of JConfig.

If we're running on a PowerMac, tries to create a FileRegistryMRJ object.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.




  Constructors

· FileRegistryFactoryMac

Summary  |  Top

   public FileRegistryFactoryMac() 


  Methods

· createFileRegistry

Summary  |  Top
   public FileRegistryI createFileRegistry(File curDir, 
                                           int creator) 

Returns 'obj', initializing it if necessary.

Implements:
createFileRegistry in interface FileRegistryFactoryI


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7