net.sourceforge.xwing.jelly
Class JellyScriptRunner

java.lang.Object
  extended bynet.sourceforge.xwing.jelly.JellyScriptRunner

public class JellyScriptRunner
extends Object


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

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

public static void run(String scriptToRun)
                throws Exception
Throws:
Exception

run

public static void run(URL scriptToRun)
                throws Exception
Throws:
Exception

run

public static void run(URL scriptToRun,
                       OutputStream out)
                throws Exception
Throws:
Exception

run

public static void run(String scriptToRun,
                       OutputStream out)
                throws Exception
Throws:
Exception


Copyright © 2003 The Xwing Project. All Rights Reserved.