oscript
Class MainRunner

java.lang.Object
  extended byoscript.MainRunner

public class MainRunner
extends java.lang.Object

A utility for script writers. This enabled a script program to be packaged in a jar file without needing a java "Main" class. This class's main function simply creates a global called args, which is the array of command line arguments, and then loades main.os which is provided by the script program.

Version:
1.2
Author:
Rob Clark (rob@ti.com)

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

Constructor Detail

MainRunner

public MainRunner()
Method Detail

main

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