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
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.
private static final String copyrightString
private AppFileCommandMgrNix commandMgr
private Vector instances
AppFileNix(String path) throws FileNotFoundException, DiskFileException
public AppProcess performCommand(AppCommand command,
int flags)
- Implements:
- performCommand in interface AppFile
public IconBundle getIconBundle(FileType ft)
- Implements:
- getIconBundle in interface AppFile
public FileType[] getFileTypes(int maxToReturn)
- Implements:
- getFileTypes in interface AppFile
public AppCommand getCommand(String commandName)
- Implements:
- getCommand in interface AppFile
public AppCommand[] getAllCommands()
- Implements:
- getAllCommands in interface AppFile
public AppProcess[] getInstances()
- Implements:
- getInstances in interface AppFile
public boolean watchPre(Object target,
AppCommand command,
int flags)
- Implements:
- watchPre in interface AppCommandWatcher
public boolean watchPost(Object target,
AppCommand command,
int flags)
- Implements:
- watchPost in interface AppCommandWatcher
public int getExecutableType()
- Implements:
- getExecutableType in interface AppFile
public int getSizeFlags()
- Implements:
- getSizeFlags in interface AppFile
public int getMinimumPartition()
- Implements:
- getMinimumPartition in interface AppFile
public int getSuggestedPartition()
- Implements:
- getSuggestedPartition in interface AppFile
public String executableTypeToString(int f)
Convenience method which converts the return value of getExecutableType() into a string representation.
- Implements:
- executableTypeToString in interface AppFile
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