simkin.examples.scriptloader
Class ScriptLoader

java.lang.Object
  |
  +--simkin.examples.scriptloader.ScriptLoader

public class ScriptLoader
extends java.lang.Object

This Java program loads XML files containing Simkin script.

The program calls the "main" method on each script it loads.

The script names are passed on the command line.


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

Constructor Detail

ScriptLoader

public ScriptLoader()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for the ScriptLoader application. It expects to have an argument giving the filename of an XML file to be loaded.

An XMLExecutable object is created, passed the file, and then the method "main" is called