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

  Summary

class  AppFileNix
     extends com.jconfig.nix.DiskFileNix
     implements com.jconfig.AppFile, 
                com.jconfig.AppCommandWatcher
{
          // Fields 3
     private AppFileCommandMgrNix commandMgr;
     private static final String copyrightString;
     private Vector instances;

          // Constructors 1
     AppFileNix(String) throws FileNotFoundException, DiskFileException;

          // Methods 14
     public void dumpInfo(PrintStream, String);
     public String executableTypeToString(int);
     public AppCommand[] getAllCommands();
     public AppCommand getCommand(String);
     public int getExecutableType();
     public FileType[] getFileTypes(int);
     public IconBundle getIconBundle(FileType);
     public AppProcess[] getInstances();
     public int getMinimumPartition();
     public int getSizeFlags();
     public int getSuggestedPartition();
     public AppProcess performCommand(AppCommand, int);
     public boolean watchPost(Object, AppCommand, int);
     public boolean watchPre(Object, AppCommand, int);
}

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


· commandMgr

Summary  |  Top
   private AppFileCommandMgrNix commandMgr


· instances

Summary  |  Top
   private Vector instances


  Constructors

· AppFileNix

Summary  |  Top

   AppFileNix(String path)  throws FileNotFoundException, DiskFileException


  Methods

· performCommand

Summary  |  Top
   public AppProcess performCommand(AppCommand command, 
                                    int flags) 
Implements:
performCommand in interface AppFile


· getIconBundle

Summary  |  Top
   public IconBundle getIconBundle(FileType ft) 
Implements:
getIconBundle in interface AppFile


· getFileTypes

Summary  |  Top
   public FileType[] getFileTypes(int maxToReturn) 
Implements:
getFileTypes in interface AppFile


· getCommand

Summary  |  Top
   public AppCommand getCommand(String commandName) 
Implements:
getCommand in interface AppFile


· getAllCommands

Summary  |  Top
   public AppCommand[] getAllCommands() 
Implements:
getAllCommands in interface AppFile


· getInstances

Summary  |  Top
   public AppProcess[] getInstances() 
Implements:
getInstances in interface AppFile


· watchPre

Summary  |  Top
   public boolean watchPre(Object target, 
                           AppCommand command, 
                           int flags) 
Implements:
watchPre in interface AppCommandWatcher


· watchPost

Summary  |  Top
   public boolean watchPost(Object target, 
                            AppCommand command, 
                            int flags) 
Implements:
watchPost in interface AppCommandWatcher


· getExecutableType

Summary  |  Top
   public int getExecutableType() 
Implements:
getExecutableType in interface AppFile


· getSizeFlags

Summary  |  Top
   public int getSizeFlags() 
Implements:
getSizeFlags in interface AppFile


· getMinimumPartition

Summary  |  Top
   public int getMinimumPartition() 
Implements:
getMinimumPartition in interface AppFile


· getSuggestedPartition

Summary  |  Top
   public int getSuggestedPartition() 
Implements:
getSuggestedPartition in interface AppFile


· executableTypeToString

Summary  |  Top
   public String executableTypeToString(int f) 

Convenience method which converts the return value of getExecutableType() into a string representation.

Implements:
executableTypeToString in interface AppFile


· dumpInfo

Summary  |  Top
   public void dumpInfo(PrintStream ps, 
                        String indent) 
Overrides:
dumpInfo in class DiskFileNix


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