simkin.examples.inherits
Class Inherits

java.lang.Object
  |
  +--simkin.examples.inherits.Inherits

public class Inherits
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
Inherits()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for the Inherits application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inherits

public Inherits()
Method Detail

main

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

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