|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simkin.examples.scriptloader.ScriptLoader
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 |
public ScriptLoader()
Method Detail |
public static void main(java.lang.String[] args)
An XMLExecutable
object is created, passed the file, and then the method "main" is called
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |