1 //header of class---------------------------------------------------------------
2 import java.*;
3
4 public abstract class CommandLineThread extends Thread{
5 protected String[] arg;
6 public final static int BUILD=7;
7 //end of class------------------------------------------------------------------
8 }