All Packages  This Package  Class Hierarchy  Class Search  Index

Class kh.shell.StandardExtension
java.lang.Object
   |
   +----kh.shell.StandardExtension

  Summary

public class  StandardExtension
     extends java.lang.Object
{
          // Constructors 1
     public StandardExtension();

          // Methods 8
     public static void processCD(Shell, String, StringTokenizer);
     public static void processDIR(Shell, String, StringTokenizer);
     public static void processHELP(Shell);
     public static void processLS(Shell, String, StringTokenizer);
     public static void processPWD(Shell) throws IOException;
     public static void processQUIT(Shell);
     public static void processTHREADS(Shell);
     public static void showContents(IndentWriter, File);

}




  Constructors

· StandardExtension

Summary  |  Top

   public StandardExtension() 

Default constructor



  Methods

· processCD

Summary  |  Top
   public static void processCD(Shell s, 
                                String cmdString, 
                                StringTokenizer tokens) 

Change directory



· processDIR

Summary  |  Top
   public static void processDIR(Shell s, 
                                 String cmdString, 
                                 StringTokenizer tokens) 


· processHELP

Summary  |  Top
   public static void processHELP(Shell s) 


· processLS

Summary  |  Top
   public static void processLS(Shell s, 
                                String cmdString, 
                                StringTokenizer tokens) 

List all the files in the current directory



· processPWD

Summary  |  Top
   public static void processPWD(Shell s)  throws IOException


· processQUIT

Summary  |  Top
   public static void processQUIT(Shell s) 


· processTHREADS

Summary  |  Top
   public static void processTHREADS(Shell s) 

List basic info about all running threads



· showContents

Summary  |  Top
   public static void showContents(IndentWriter out, 
                                   File dir) 


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