com.partnersoft.v3x.tools
Class AppScript

java.lang.Object
  extended by com.partnersoft.v3x.tools.AppScript

public class AppScript
extends java.lang.Object

Reads in a file, and runs each app in turn. The file format is one line per app, whitespace-delimited, with the first thing on the line the class name and the remaining items are the arguments.


Constructor Summary
AppScript()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppScript

public AppScript()
Method Detail

main

public static void main(java.lang.String[] argv)