nu.staldal.lsp
Class LSPRunner

java.lang.Object
  extended by nu.staldal.lsp.LSPRunner

public class LSPRunner
extends java.lang.Object

Execute LSP pages in a stand-alone environment. Useful for testing and debugging.


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

Constructor Detail

LSPRunner

public LSPRunner()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InstantiationException,
                        java.lang.IllegalAccessException,
                        java.lang.VerifyError,
                        org.xml.sax.SAXException,
                        java.io.IOException
Application main method.

Parameters:
args - command line arguments
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.VerifyError
org.xml.sax.SAXException
java.io.IOException