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.nix.AppFileCommandMgrNix
java.lang.Object
   |
   +----com.jconfig.nix.AppFileCommandMgrNix

  Summary

class  AppFileCommandMgrNix
     extends java.lang.Object
{
          // Fields 6
     private AppCommandWatcher acWatcher;
     private boolean bAlreadyRequestedFileTypes;
     private static final String copyrightString;
     private String filePath;
     private int numCommands;
     private AppFileNix owner;

          // Constructors 1
     AppFileCommandMgrNix(String, String, AppFileNix, AppCommandWatcher);

          // Methods 8
     private void createCommands();
     private AppCommand createDefaultCommand();
     private void createFileTypes();
     public void dumpInfo(PrintStream, String);
     AppCommand[] getAllCommands();
     AppCommand getCommand(String);
     FileType[] getFileTypes(int);
     AppProcess performCommand(AppCommand, int);
}

Used by AppFileNix to manage its commands. Currently, most methods do nothing, or return null. This is a preliminary class derived from the Windows class of similar name. This class may be replaced or modified in a future version.

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




  Fields

· copyrightString

Summary  |  Top

   private static final String copyrightString


· filePath

Summary  |  Top
   private String filePath


· numCommands

Summary  |  Top
   private int numCommands


· bAlreadyRequestedFileTypes

Summary  |  Top
   private boolean bAlreadyRequestedFileTypes


· acWatcher

Summary  |  Top
   private AppCommandWatcher acWatcher


· owner

Summary  |  Top
   private AppFileNix owner


  Constructors

· AppFileCommandMgrNix

Summary  |  Top

   AppFileCommandMgrNix(String path, 
                        String name, 
                        AppFileNix af, 
                        AppCommandWatcher watch) 


  Methods

· createDefaultCommand

Summary  |  Top
   private AppCommand createDefaultCommand() 


· createCommands

Summary  |  Top
   private void createCommands() 


· createFileTypes

Summary  |  Top
   private void createFileTypes() 


· getFileTypes

Summary  |  Top
   FileType[] getFileTypes(int maxToReturn) 


· performCommand

Summary  |  Top
   AppProcess performCommand(AppCommand command, 
                             int flags) 


· getCommand

Summary  |  Top
   AppCommand getCommand(String commandName) 


· getAllCommands

Summary  |  Top
   AppCommand[] getAllCommands() 


· dumpInfo

Summary  |  Top
   public void dumpInfo(PrintStream ps, 
                        String indent) 


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