Package org.apache.bsf
Class Main
- java.lang.Object
-
- org.apache.bsf.Main
-
public class Main extends java.lang.Object
This is the main driver for BSF to be run on the command line to eval/exec/compile scripts directly.- Author:
- Sanjiva Weerawarana, Matthew J. Duftler, Sam Ruby
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Static driver to be able to run BSF scripts from the command line.
-