org.apache.bsf
Class Main
java.lang.Object
org.apache.bsf.Main
public class Main
- extends Object
This is the main driver for BSF to be run on the command line
to eval scripts directly. Also provides information on the
engines, factories and providers.
- Author:
- Sanjiva Weerawarana, Matthew J. Duftler, Sam Ruby
Constructor Summary |
Main()
|
Method Summary |
static void |
main(String[] args)
Static driver to be able to run BSF scripts from the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
throws IOException
- Static driver to be able to run BSF scripts from the command line.
- Parameters:
args
- command line arguments
- Throws:
IOException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.